[Openbus-cvs-commits] Openbus/OpenbusJBI/src/conf log4j.properties,1.2,1.3
Status: Alpha
Brought to you by:
esancho
|
From: Esteban S. <es...@us...> - 2005-07-02 23:04:34
|
Update of /cvsroot/openbus/Openbus/OpenbusJBI/src/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2660/src/conf Modified Files: log4j.properties Log Message: Adding ClassLoaderFactory and implementation. Updating some configuration files. Index: log4j.properties =================================================================== RCS file: /cvsroot/openbus/Openbus/OpenbusJBI/src/conf/log4j.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** log4j.properties 21 Jun 2005 00:10:07 -0000 1.2 --- log4j.properties 2 Jul 2005 23:04:25 -0000 1.3 *************** *** 1,4 **** # Set root logger level to DEBUG and its only appender to A1. ! log4j.rootLogger=DEBUG, A1 # A1 is set to be a ConsoleAppender. --- 1,4 ---- # Set root logger level to DEBUG and its only appender to A1. ! log4j.rootLogger=INFO, A1 # A1 is set to be a ConsoleAppender. |