Skip to content

Commit

Permalink
Merge pull request #449 from jaqx0r/cleanup
Browse files Browse the repository at this point in the history
Move a debug log message to level 2 verbosity.
  • Loading branch information
jaqx0r authored Jan 18, 2021
2 parents 47ae373 + 8aa1874 commit 465f0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tailer/tail.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ func (t *Tailer) PollLogPatterns() error {
if err != nil {
return err
}
glog.Infof("watched path is %q", absPath)
glog.V(2).Infof("watched path is %q", absPath)
if err := t.TailPath(absPath); err != nil {
glog.Info(err)
}
Expand Down

0 comments on commit 465f0c9

Please sign in to comment.