bugfix: fsnotify event logs moved to DEBUG level, because info was spammy

This commit is contained in:
jamesread 2024-08-07 00:22:14 +01:00 committed by James Read
parent 90efbf3159
commit 8d839ee6ce
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ func processDebounce(ctx *watchContext) {
debounceWriteLog[ctx.filename] = logEntry
}
log.Infof("fsnotify event %+v", logEntry)
log.Debugf("fsnotify event %+v", logEntry)
if logEntry.callbackComplete || logEntry.callbackWrapper == nil {
log.Debugf("fsnotify event callback queued within debounce delay: %v", ctx.filename)