瀏覽代碼

debug notify

apkipa 1 周之前
父節點
當前提交
dd21d173cd
共有 1 個文件被更改,包括 1 次插入1 次删除
  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]