Skip to content

Commit a83ef25

Browse files
committed
remove "Start watching journald" to avoid plugin log spam
1 parent 80fc2c2 commit a83ef25

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)