mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
refactor(log): log.fatal usage review EE-4607 (#8280)
This commit is contained in:
parent
48a0f40621
commit
6c193a8a45
2 changed files with 3 additions and 2 deletions
|
@ -744,7 +744,7 @@ func buildServer(flags *portainer.CLIFlags) portainer.Server {
|
|||
// resolved we can remove this function.
|
||||
err = kubernetesClientFactory.PostInitMigrateIngresses()
|
||||
if err != nil {
|
||||
log.Fatal().Err(err).Msg("failure during creation of new database")
|
||||
log.Fatal().Err(err).Msg("failure during post init migrations")
|
||||
}
|
||||
|
||||
return &http.Server{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue