Ver código fonte

debug notify

apkipa 1 semana atrás
pai
commit
dd21d173cd
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -364,7 +364,7 @@ func main_worker(app AppCtx, objUploadChan *util.DChan[string]) {
 			for notifyInfo := range notifys {
 				for _, record := range notifyInfo.Records {
 					key := record.S3.Object.Key
-					logger.Traceln("New object notification:", key)
+					logger.Debugln("New object notification:", key)
 					// Only care when `.zst` / `metadata.json` files are uploaded
 					// keyParts := strings.Split(key, "/")
 					// keyLastPart := keyParts[len(keyParts)-1]