Deepal,
Am unable to check this in at this moment. Can you please check this
in before you cut RC3? I need to step out for an errand.
thanks,
dims
--
Davanum Srinivas :: http://davanum.wordpress.com
Index: modules/kernel/conf/commons-logging.properties
===================================================================
--- modules/kernel/conf/commons-logging.properties (revision 562055)
+++ modules/kernel/conf/commons-logging.properties (working copy)
@@ -27,4 +27,4 @@
#org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
# Uncomment the next line to enable log4j based logging
-#org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
+org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
Index: modules/kernel/conf/log4j.properties
===================================================================
--- modules/kernel/conf/log4j.properties (revision 562055)
+++ modules/kernel/conf/log4j.properties (working copy)
@@ -30,7 +30,7 @@
# CONSOLE is set to be a ConsoleAppender using a PatternLayout.
log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
-log4j.appender.CONSOLE.layout.ConversionPattern=%d %-5p %c - %m%n
+log4j.appender.CONSOLE.layout.ConversionPattern=[%p] %m%n
# LOGFILE is set to be a File appender using a PatternLayout.
log4j.appender.LOGFILE=org.apache.log4j.FileAppender
Index: modules/distribution/src/main/assembly/bin-assembly.xml
===================================================================
--- modules/distribution/src/main/assembly/bin-assembly.xml (revision 562055)
+++ modules/distribution/src/main/assembly/bin-assembly.xml (working copy)
@@ -270,6 +270,15 @@
</includes>
</fileSet>
+ <fileSet>
+ <directory>../../modules/kernel/conf</directory>
+ <outputDirectory></outputDirectory>
+ <includes>
+ <include>log4j.properties</include>
+ <include>commons-logging.properties</include>
+ </includes>
+ </fileSet>
+
<!-- TODO: Need to add filters to update the version strings within the files -->
<fileSet>
<directory>../../</directory>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]