You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/06/23 20:02:55 UTC

svn commit: r416810 - /incubator/lokahi/lokahi/trunk/conf/log4j.xml

Author: toback
Date: Fri Jun 23 13:02:54 2006
New Revision: 416810

URL: http://svn.apache.org/viewvc?rev=416810&view=rev
Log:
Updated to reflect the proper org.apache.lokahi namespace

Modified:
    incubator/lokahi/lokahi/trunk/conf/log4j.xml

Modified: incubator/lokahi/lokahi/trunk/conf/log4j.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/log4j.xml?rev=416810&r1=416809&r2=416810&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/log4j.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/log4j.xml Fri Jun 23 13:02:54 2006
@@ -19,16 +19,16 @@
     </layout>
   </appender>
 
-  <category name="tmc">
+  <category name="org.apache.lokahi">
     <priority value="DEBUG"/>
   </category>
   <category name="org.apache">
     <priority value="ERROR"/>
   </category>
-  <category name="lokahi.core.api.function.Function">
+  <category name="org.apache.lokahi.core.api.function.Function">
     <priority value="INFO"/>
   </category>
-  <category name="lokahi.dao.TMCCollectionImpl">
+  <category name="org.apache.lokahi.dao.TMCCollectionImpl">
     <priority value="INFO"/>
   </category>
 
@@ -39,4 +39,4 @@
     <appender-ref ref="file"/>
   </root>
 
-</log4j:configuration>
\ No newline at end of file
+</log4j:configuration>