mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
log: Do not interpret verbs in object names in console output (#16233)
This commit is contained in:
@@ -133,7 +133,7 @@ func (c *Target) Send(e interface{}, logKind string) error {
|
||||
tagString = "\n " + tagString
|
||||
}
|
||||
|
||||
msg := color.FgRed(color.Bold(entry.Trace.Message))
|
||||
msg := color.RedBold(entry.Trace.Message)
|
||||
output := fmt.Sprintf("\n%s\n%s%s%s%s%s%s\nError: %s%s\n%s",
|
||||
apiString, timeString, deploymentID, requestID, remoteHost, host, userAgent,
|
||||
msg, tagString, strings.Join(trace, "\n"))
|
||||
|
||||
Reference in New Issue
Block a user