Hello,
We are using Log4J ver 1.1b1 package in our application. We are not able
to use DalilyRollingFileAppender.
It doesn't roll the file even after the rolling event. I have pasted the
settings from
my XML file. Here I have set Rolling event to every minute. It should roll
the old 'log' file
to 'log<yyyy-MM-dd-HH-mm>.txt' file after every minute. But it is not.
Is this problem solved in latest version ?
-----------------------------------------------------------------------------
----
<appender name="AUDIT_FILE"
class="org.apache.log4j.DailyRollingFileAppender">
<!-- <param name="Append" value="true" /> -->
<param name="DatePattern" value="yyyy-MM-dd-HH-mm'.txt'" />
<param name="File" value="log" />
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d - %m\n"/>
</layout>
</appender>
-----------------------------------------------------------------------------
----
Thanks & Regards,
Arun
A.S.Arun Kumar,
Associate Consultant,
MindTree Consulting Pvt Ltd ,
Brigade Software Park,
#42, 27th cross,
Banashankari 2nd stage,
Bangalore - 560 070
Ph : +91-80-6545266 - 1338
www.mindtreeconsulting.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]