Skip to content

Commit 7b68054

Browse files
authored
Merge pull request #716 from zendesk/grosser/silence
remove "Start watching journald" to avoid plugin log spam
2 parents 2bf62c0 + a83ef25 commit 7b68054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/systemlogmonitor/logwatchers/journald/log_watcher.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build journald
12
// +build journald
23

34
/*
@@ -77,7 +78,6 @@ func (j *journaldWatcher) Watch() (<-chan *logtypes.Log, error) {
7778
return nil, err
7879
}
7980
j.journal = journal
80-
glog.Info("Start watching journald")
8181
go j.watchLoop()
8282
return j.logCh, nil
8383
}

0 commit comments

Comments
 (0)