mirror of
https://github.com/kairos-io/immucore.git
synced 2025-09-20 01:42:32 +00:00
Move to Kairos logger (#474)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user