You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by gr...@apache.org on 2009/08/28 07:04:12 UTC

svn commit: r808755 - /incubator/log4php/trunk/src/test/php/configurators/test4.properties

Author: grobmeier
Date: Fri Aug 28 05:04:11 2009
New Revision: 808755

URL: http://svn.apache.org/viewvc?rev=808755&view=rev
Log:
used rootLogger instead of outdated rootCategory

Modified:
    incubator/log4php/trunk/src/test/php/configurators/test4.properties

Modified: incubator/log4php/trunk/src/test/php/configurators/test4.properties
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/test/php/configurators/test4.properties?rev=808755&r1=808754&r2=808755&view=diff
==============================================================================
--- incubator/log4php/trunk/src/test/php/configurators/test4.properties (original)
+++ incubator/log4php/trunk/src/test/php/configurators/test4.properties Fri Aug 28 05:04:11 2009
@@ -22,4 +22,4 @@
 log4php.appender.blub.threshold = INFO
 
 log4php.threshold = WARN
-log4php.rootCategory = WARN, default, blub
+log4php.rootLogger = WARN, default, blub