Commit aeec1713 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix checkstyle violations

parent 32b32b71
......@@ -106,8 +106,8 @@ public class LogbackLoggingSystem extends Slf4JLoggingSystem {
super.initialize(initializationContext, configLocation, logFile);
if (StringUtils.hasText(System.getProperty(CONFIGURATION_FILE_PROPERTY))) {
getLogger(LogbackLoggingSystem.class.getName()).warn(
"Ignoring '"+CONFIGURATION_FILE_PROPERTY+"' system property. " +
"Please use 'logging.path' instead.");
"Ignoring '" + CONFIGURATION_FILE_PROPERTY + "' system property. "
+ "Please use 'logging.path' instead.");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment