We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15d21c5 + bfd37e3 commit 8d99608Copy full SHA for 8d99608
cmd/runmqserver/logging.go
@@ -1,5 +1,5 @@
1
/*
2
-© Copyright IBM Corporation 2017, 2021
+© Copyright IBM Corporation 2017, 2022
3
4
Licensed under the Apache License, Version 2.0 (the "License");
5
you may not use this file except in compliance with the License.
@@ -165,7 +165,7 @@ func configureLogger(name string) (mirrorFunc, error) {
165
if err != nil {
166
log.Printf("Failed to unmarshall JSON in log message - %v", err)
167
} else {
168
- fmt.Printf(formatBasic(obj))
+ fmt.Print(formatBasic(obj))
169
}
170
171
// The log being mirrored isn't JSON, so just print it.
0 commit comments