1
0
Fork 0

Lower log level for debug output

timestamps
dump_stack() 2023-05-08 19:18:49 +00:00
parent c1c5afc0e0
commit 8ec4f13364
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

2
pew.go
View File

@ -483,7 +483,7 @@ func copyArtifactAndTest(slog zerolog.Logger, q *qemu.System, ka config.Artifact
slog.Error().Err(err).Msg(res.Test.Output)
return
}
slog.Info().Msg(res.Test.Output)
slog.Debug().Msg(res.Test.Output)
res.Run.Ok = true
res.Test.Ok = true
default: