mirror of
https://github.com/minio/minio.git
synced 2025-11-22 02:35:30 -05:00
Support persistent queue store for loggers (#17121)
This commit is contained in:
@@ -516,7 +516,7 @@ func serverMain(ctx *cli.Context) {
|
||||
|
||||
// Initialize globalConsoleSys system
|
||||
globalConsoleSys = NewConsoleLogger(GlobalContext)
|
||||
logger.AddSystemTarget(globalConsoleSys)
|
||||
logger.AddSystemTarget(GlobalContext, globalConsoleSys)
|
||||
|
||||
// Perform any self-tests
|
||||
bitrotSelfTest()
|
||||
|
||||
Reference in New Issue
Block a user