refactor: logs
This commit is contained in:
parent
059ca6dc93
commit
ce0a4d92fc
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user