We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1bdf8d commit c530d1fCopy full SHA for c530d1f
pkg/systemlogmonitor/logwatchers/kmsg/log_watcher_linux.go
@@ -120,7 +120,6 @@ func (k *kernelLogWatcher) watchLoop() {
120
121
// Only attempt to restart if configured to do so
122
if !k.restartOnError() {
123
- klog.Infof("Restart on error not enabled, stopping watcher")
124
return
125
}
126
@@ -131,7 +130,7 @@ func (k *kernelLogWatcher) watchLoop() {
131
130
klog.Errorf("Failed to close kmsg parser: %v", err)
132
133
134
- // Try to restart with backoff
+ // Try to restart
135
var restarted bool
136
kmsgs, restarted = k.retryCreateParser()
137
if !restarted {
0 commit comments