SystemLog: Use logger's built-in formatting

Change-Id: I4fad262f7a938492748a38602c80676e9c07a682
This commit is contained in:
David Pursehouse
2018-06-26 11:01:54 +09:00
parent 23583638c3
commit f59d49531a

View File

@@ -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();