Skip to content

Commit c652dea

Browse files
committed
chore: fix linting
1 parent fed657f commit c652dea

File tree

1 file changed

+1
-0
lines changed
  • health-monitors/syslog-health-monitor

1 file changed

+1
-0
lines changed

health-monitors/syslog-health-monitor/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ func run() error {
134134
// Add kata-specific journal tags if running in Kata mode
135135
if *kataEnabled == "true" {
136136
slog.Info("Kata mode enabled, adding containerd service filter to journal checks")
137+
137138
for i := range config.Checks {
138139
// Add "-u containerd.service" tag to filter for containerd logs in systemd journal
139140
config.Checks[i].Tags = append(config.Checks[i].Tags, "-u", "containerd.service")

0 commit comments

Comments
 (0)