mirror of
https://github.com/kairos-io/immucore.git
synced 2025-09-16 06:58:58 +00:00
Fix logger (#99)
We were sending a message in a given level instead of setting the level of the logger Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
@@ -38,7 +38,6 @@ 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.Err(err).Msg("Run template")
|
||||
Log.Debug().Str("output", out).Msg("Run template")
|
||||
errs = multierror.Append(errs, err)
|
||||
continue
|
||||
|
Reference in New Issue
Block a user