set debounce enqueue log to debug
All checks were successful
go/folderwatcher/pipeline/head This commit looks good

This commit is contained in:
Christian Schmied 2024-10-29 10:59:33 +01:00
parent e4852b7cc7
commit 7a8c27dc4e
Signed by: christian.schmied
GPG key ID: 5BD239286A047A18

View file

@ -200,7 +200,7 @@ func (w *FolderWatcher) enqueue(f string) {
} }
func (w *FolderWatcher) enqueueDebounce(f string) { func (w *FolderWatcher) enqueueDebounce(f string) {
logger.Infof("Debounced Enqueue of %s", f) logger.Debugf("Debounced Enqueue of %s", f)
w.mutex.Lock() w.mutex.Lock()
defer w.mutex.Unlock() defer w.mutex.Unlock()