mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08: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:
committed by
GitHub
parent
06bd8a8252
commit
28ce1c7e71
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user