SystemLog: Use logger's built-in formatting
Change-Id: I4fad262f7a938492748a38602c80676e9c07a682
This commit is contained in:
@@ -83,8 +83,7 @@ public class SystemLog {
|
||||
if (appender != null) {
|
||||
async.addAppender(appender);
|
||||
} else {
|
||||
log.warn(
|
||||
"No appender with the name: " + name + " was found. " + name + " logging is disabled");
|
||||
log.warn("No appender with the name: {} was found. {} logging is disabled", name, name);
|
||||
}
|
||||
}
|
||||
async.activateOptions();
|
||||
|
Reference in New Issue
Block a user