1
0

refactor: logs

This commit is contained in:
2024-02-21 15:39:07 +00:00
parent 059ca6dc93
commit ce0a4d92fc

View File

@ -88,7 +88,7 @@ func Import(path, name string) (err error) {
raw, err := cmd.CombinedOutput()
if err != nil {
log.Error().Err(err).Msg(string(raw))
log.Debug().Err(err).Msg(string(raw))
return
}