We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3941208 commit 3c19307Copy full SHA for 3c19307
filewatcher/filewatcher.go
@@ -59,7 +59,7 @@ func (f *FileWatcher) Scan() ([]string, bool, error) {
59
for _, path := range f.files {
60
info, err := os.Stat(path)
61
if err != nil {
62
- f.logger.Error("Error getting stats for file: %s", path)
+ f.logger.Errorf("Error getting stats for file: %s", path)
63
continue
64
}
65
0 commit comments