update banner to reflect the final agreed UI (#15192)

This commit is contained in:
Harshavardhana
2022-06-28 16:37:40 -07:00
committed by GitHub
parent 2070c215a2
commit 2f25639ea0
4 changed files with 28 additions and 9 deletions
+6
View File
@@ -27,6 +27,12 @@ import (
// Prints the formatted startup message.
func printGatewayStartupMessage(apiEndPoints []string, backendType string) {
if len(globalSubnetConfig.APIKey) == 0 {
var builder strings.Builder
startupBanner(&builder)
logger.Info("\n" + builder.String())
}
strippedAPIEndpoints := stripStandardPorts(apiEndPoints, globalMinioHost)
// If cache layer is enabled, print cache capacity.
cacheAPI := newCachedObjectLayerFn()