I am getting a very large space at the begining of the server.log once I 
defined a appender for an application log. The space does not seem to appear 
untill I write something to the custom log. 

Here is my definition in the log4j.xml (I also tried false for the append value)

   <!-- A time/date based rolling appender for application logs -->
   
      
      
      

      <!-- Rollover at midnight each day -->
      <param name="DatePattern" value="'.'yyyy-MM-dd"/>

      <!-- Rollover at the top of each hour
      <param name="DatePattern" value="'.'yyyy-MM-dd-HH"/>
      -->

      
         <!-- The default pattern: Date Priority [Category] Message\n -->
         

         <!-- The full pattern: Date MS Priority [Category] (Thread:NDC) 
Message\n
         
          -->
      
   


Thanks for any help


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929566#3929566

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929566


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to