remove auto-port warning for console-address (#15260)

This commit is contained in:
Harshavardhana
2022-07-08 13:36:41 -07:00
committed by GitHub
parent c2ddcb3b40
commit 913e977c8d
4 changed files with 2 additions and 14 deletions
-6
View File
@@ -48,12 +48,6 @@ func printGatewayStartupMessage(apiEndPoints []string, backendType string) {
// Prints documentation message.
printObjectAPIMsg()
if globalMinioConsolePortAuto && globalBrowserEnabled {
msg := fmt.Sprintf("\nWARNING: Console endpoint is listening on a dynamic port (%s), please use --console-address \":PORT\" to choose a static port.",
globalMinioConsolePort)
logger.Info(color.RedBold(msg))
}
}
// Prints common server startup message. Prints credential, region and browser access.