Hi does anyone have any objection to me changing the logging format in
our default log4j-test file. I think our current value gives us very
little to help diagnose any problems.

Suggested change:

-      <param name="ConversionPattern" value="%-5p %c{1} - %m%n"/>
+      <param name="ConversionPattern" value="%d %-5p [%t] %C{2}
(%F:%L) - %m%n"/>

This would result in a change from:

DEBUG ConfigurationUtils - Configuration loaded from the base path
acl.config.xml

to

2008-07-02 06:10:56,276 DEBUG [main] configuration.ConfigurationUtils
(ConfigurationUtils.java:342) - Configuration loaded from the base
path acl.config.xml

Regards

Martin

-- 
Martin Ritchie

Reply via email to