mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 22:16:15 +03:00
log server startup messages to admin console api (#8264)
This commit is contained in:
+1
-1
@@ -304,7 +304,7 @@ func StartGateway(ctx *cli.Context, gw Gateway) {
|
||||
|
||||
// Print a warning message if gateway is not ready for production before the startup banner.
|
||||
if !gw.Production() {
|
||||
logger.StartupMessage(colorYellow(" *** Warning: Not Ready for Production ***"))
|
||||
logStartupMessage(colorYellow(" *** Warning: Not Ready for Production ***"))
|
||||
}
|
||||
|
||||
// Print gateway startup message.
|
||||
|
||||
Reference in New Issue
Block a user