Skip to content

Commit 465f0c9

Browse files
authored
Merge pull request #449 from jaqx0r/cleanup
Move a debug log message to level 2 verbosity.
2 parents 47ae373 + 8aa1874 commit 465f0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/tailer/tail.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ func (t *Tailer) PollLogPatterns() error {
350350
if err != nil {
351351
return err
352352
}
353-
glog.Infof("watched path is %q", absPath)
353+
glog.V(2).Infof("watched path is %q", absPath)
354354
if err := t.TailPath(absPath); err != nil {
355355
glog.Info(err)
356356
}

0 commit comments

Comments
 (0)