mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 00:29:01 +00:00
Fix checkstyle violations
This commit is contained in:
+2
-2
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user