We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed657f commit c652deaCopy full SHA for c652dea
health-monitors/syslog-health-monitor/main.go
@@ -134,6 +134,7 @@ func run() error {
134
// Add kata-specific journal tags if running in Kata mode
135
if *kataEnabled == "true" {
136
slog.Info("Kata mode enabled, adding containerd service filter to journal checks")
137
+
138
for i := range config.Checks {
139
// Add "-u containerd.service" tag to filter for containerd logs in systemd journal
140
config.Checks[i].Tags = append(config.Checks[i].Tags, "-u", "containerd.service")
0 commit comments