mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
log: Do not interpret verbs in object names in console output (#16233)
This commit is contained in:
@@ -541,7 +541,7 @@ func serverMain(ctx *cli.Context) {
|
||||
maxProcs := runtime.GOMAXPROCS(0)
|
||||
cpuProcs := runtime.NumCPU()
|
||||
if maxProcs < cpuProcs {
|
||||
logger.Info(color.RedBold("WARNING: Detected GOMAXPROCS(%d) < NumCPU(%d), please make sure to provide all PROCS to MinIO for optimal performance", maxProcs, cpuProcs))
|
||||
logger.Info(color.RedBoldf("WARNING: Detected GOMAXPROCS(%d) < NumCPU(%d), please make sure to provide all PROCS to MinIO for optimal performance", maxProcs, cpuProcs))
|
||||
}
|
||||
|
||||
// Configure server.
|
||||
|
||||
Reference in New Issue
Block a user