@ -32,7 +32,6 @@ public class SampleSpringXmlApplication implements CommandLineRunner {
@@ -32,7 +32,6 @@ public class SampleSpringXmlApplication implements CommandLineRunner {
@ -40,6 +44,11 @@ public class PropertiesPropertySourceLoader implements PropertySourceLoader {
@@ -40,6 +44,11 @@ public class PropertiesPropertySourceLoader implements PropertySourceLoader {
publicPropertySource<?>load(Resourceresource){
try{
Propertiesproperties=loadProperties(resource);
// N.B. this is off by default unless user has supplied logback config in
// standard location
if(logger.isDebugEnabled()){
logger.debug("Properties loaded from "+resource+": "+properties);
@ -59,7 +59,8 @@ public class LogbackLoggingSystem extends AbstractLoggingSystem {
@@ -59,7 +59,8 @@ public class LogbackLoggingSystem extends AbstractLoggingSystem {
@ -153,7 +153,7 @@ public class LoggingApplicationContextInitializerTests {
@@ -153,7 +153,7 @@ public class LoggingApplicationContextInitializerTests {