Merge branch '1.2.x'
This commit is contained in:
commit
fdd3f12ee0
|
|
@ -107,7 +107,7 @@ public class AutoConfigurationReportLoggingInitializer implements
|
||||||
if (isCrashReport && this.logger.isInfoEnabled()
|
if (isCrashReport && this.logger.isInfoEnabled()
|
||||||
&& !this.logger.isDebugEnabled()) {
|
&& !this.logger.isDebugEnabled()) {
|
||||||
this.logger.info("\n\nError starting ApplicationContext. "
|
this.logger.info("\n\nError starting ApplicationContext. "
|
||||||
+ "To display the auto-configuration report enabled "
|
+ "To display the auto-configuration report enable "
|
||||||
+ "debug logging (start with --debug)\n\n");
|
+ "debug logging (start with --debug)\n\n");
|
||||||
}
|
}
|
||||||
if (this.logger.isDebugEnabled()) {
|
if (this.logger.isDebugEnabled()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue