mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
obd: Add console log to OBD output (#10372)
This commit is contained in:
@@ -168,6 +168,10 @@ func StartGateway(ctx *cli.Context, gw Gateway) {
|
||||
cli.ShowCommandHelpAndExit(ctx, gatewayName, 1)
|
||||
}
|
||||
|
||||
// Initialize globalConsoleSys system
|
||||
globalConsoleSys = NewConsoleLogger(GlobalContext)
|
||||
logger.AddTarget(globalConsoleSys)
|
||||
|
||||
// Handle common command args.
|
||||
handleCommonCmdArgs(ctx)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user