mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
Improve MQTT token registration retry (#8397)
This commit is contained in:
@@ -77,6 +77,8 @@ func init() {
|
||||
// Set system resources to maximum.
|
||||
setMaxResources()
|
||||
|
||||
logger.Disable = true
|
||||
|
||||
// Uncomment the following line to see trace logs during unit tests.
|
||||
// logger.AddTarget(console.New())
|
||||
}
|
||||
@@ -537,8 +539,6 @@ func newTestConfig(bucketLocation string, obj ObjectLayer) (err error) {
|
||||
return err
|
||||
}
|
||||
|
||||
globalServerConfig.Logger.Console.Enabled = false
|
||||
|
||||
// Set a default region.
|
||||
globalServerConfig.SetRegion(bucketLocation)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user