INT-1265, INT-1266, INT-1267: create new mbean exporter and move monitoring to there
This commit is contained in:
10
spring-integration-jmx/src/test/java/log4j.properties
Normal file
10
spring-integration-jmx/src/test/java/log4j.properties
Normal file
@@ -0,0 +1,10 @@
|
||||
log4j.rootCategory=WARN, stdout
|
||||
|
||||
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
|
||||
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|
||||
log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %t %c{2}:%L - %m%n
|
||||
|
||||
|
||||
log4j.category.org.springframework=WARN
|
||||
log4j.category.org.springframework.integration=DEBUG
|
||||
log4j.category.org.springframework.integration.monitor=TRACE
|
||||
Reference in New Issue
Block a user