Change traefik cmd error log to error level
This commit is contained in:
parent
8cf9385938
commit
6c75052a13
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ Complete documentation is available at https://traefik.io`,
|
|||
|
||||
err = cli.Execute(cmdTraefik)
|
||||
if err != nil {
|
||||
stdlog.Println(err)
|
||||
log.Error().Err(err).Msg("Command error")
|
||||
logrus.Exit(1)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue