mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
fix: replaced printing the port with logging it when chosen dynamically (#1339)
Signed-off-by: Ana-Roberta Lisca <ana.kagome@yahoo.com>
This commit is contained in:
parent
06bd8a8252
commit
28ce1c7e71
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ func validateHTTP(config *config.Config) error {
|
|||
return errors.ErrBadConfig
|
||||
}
|
||||
|
||||
fmt.Printf("HTTP port %d\n", port)
|
||||
log.Info().Msgf("HTTP port %d\n", port)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
Loading…
Reference in a new issue