This works:

   <appender name="FILE" class="org.apache.log4j.RollingFileAppender">
     
     
     
     

     <layout class="org.apache.log4j.PatternLayout">
       
     </layout>      
   </appender>

This does *not* work (i.e. no logging of the same above contents in test.log
are visible in the karaf.log; why?)

   <appender name="FILE" class="org.apache.log4j.RollingFileAppender">
     
     
     
     

     <layout class="org.apache.log4j.PatternLayout">
       
     </layout>      
   </appender>



--
View this message in context: 
http://karaf.922171.n3.nabble.com/No-appenders-could-be-found-for-logger-log4j-related-tp4034739p4034742.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to