mirror of
https://github.com/pgsty/minio.git
synced 2026-07-15 16:30:29 +03:00
add logrotate support for MinIO logs (#19641)
This commit is contained in:
@@ -109,7 +109,7 @@ func TestMain(m *testing.M) {
|
||||
setMaxResources(nil)
|
||||
|
||||
// Initialize globalConsoleSys system
|
||||
globalConsoleSys = NewConsoleLogger(context.Background())
|
||||
globalConsoleSys = NewConsoleLogger(context.Background(), io.Discard)
|
||||
|
||||
globalInternodeTransport = NewInternodeHTTPTransport(0)()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user