mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-03-02 17:50:34 +00:00
Merge pull request #716 from zendesk/grosser/silence
remove "Start watching journald" to avoid plugin log spam
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
//go:build journald
|
||||
// +build journald
|
||||
|
||||
/*
|
||||
@@ -77,7 +78,6 @@ func (j *journaldWatcher) Watch() (<-chan *logtypes.Log, error) {
|
||||
return nil, err
|
||||
}
|
||||
j.journal = journal
|
||||
glog.Info("Start watching journald")
|
||||
go j.watchLoop()
|
||||
return j.logCh, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user