Skip to content

Commit 43be5f0

Browse files
committed
* Changed the log message pattern to make it easier to correlate messages from the client and the server.
* Set some particularly verbose categories to INFO.
1 parent 7ddc122 commit 43be5f0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

integration/src/test/resources/log4j.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
log4j.rootCategory=INFO, CONSOLE
2121

22+
log4j.category.org.apache.axis.utils.NSStack=INFO
23+
log4j.category.org.apache.axis.i18n.ProjectResourceBundle=INFO
24+
2225
log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
2326
log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
24-
log4j.appender.CONSOLE.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n
27+
log4j.appender.CONSOLE.layout.ConversionPattern=%d{HH:mm:ss,SSS} [%t] %-5p %c - %m%n

0 commit comments

Comments
 (0)