Move to Kairos logger (#474)

This commit is contained in:
Itxaka
2025-05-19 18:23:34 +02:00
committed by GitHub
parent 38d97338c9
commit 917540d0a0
17 changed files with 236 additions and 359 deletions

View File

@@ -38,7 +38,7 @@ func (s ImmucoreConsole) RunTemplate(st []string, template string) error {
for _, svc := range st {
out, err := s.Run(fmt.Sprintf(template, svc))
if err != nil {
Log.Debug().Str("output", out).Msg("Run template")
KLog.Logger.Debug().Str("output", out).Msg("Run template")
errs = multierror.Append(errs, err)
continue
}