mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
improve logs, fix banner formatting (#14456)
This commit is contained in:
+1
-1
@@ -349,7 +349,7 @@ func (sys *IAMSys) printIAMRoles() {
|
||||
msgs = append(msgs, color.Bold(arn))
|
||||
}
|
||||
|
||||
logStartupMessage(fmt.Sprintf("%s %s", color.Blue("IAM Roles:"), strings.Join(msgs, " ")))
|
||||
logger.Info(fmt.Sprintf("%s %s", color.Blue("IAM Roles:"), strings.Join(msgs, " ")))
|
||||
}
|
||||
|
||||
// HasWatcher - returns if the IAM system has a watcher to be notified of
|
||||
|
||||
Reference in New Issue
Block a user