logfiles up to 200 MB didnt throw any problems (on windows XP and winserver2003
with NTFS).
Heri
-Ursprüngliche Nachricht-
Von: shaoxianyang [mailto:ysxsu...@hotmail.com]
Gesendet: Montag, 2. November 2009 21:47
An: log4j-user@logging.apache.org
Betreff: Is DailyRollingFileAppender effic
Hi,
I am using log4j 1.2.15. I am pondering between DailyRollingFileAppender and
RollingFileAppender.
For RollingFileAppender, I can enforce file size limit and MaxBackupIndex. But
for DailyRollingFileAppender, i can not limit either.
Aside from being difficult to planing disk space usa
Hi,
I am using log4j 1.2.15. I am pondering between DailyRollingFileAppender
and RollingFileAppender.
For RollingFileAppender, I can enforce file size limit and MaxBackupIndex.
But for DailyRollingFileAppender, i can not limit either.
Aside from being difficult to plan disk space usage in
Hi,
I am using log4j 1.2.15. I am pondering between DailyRollingFileAppender
and RollingFileAppender.
For RollingFileAppender, I can enforce file size limit and MaxBackupIndex.
But for DailyRollingFileAppender, i can not limit either.
Aside from being difficult to planing disk space usage
Hi,
I am using log4j 1.2.15. I am pondering between DailyRollingFileAppender
and RollingFileAppender.
For RollingFileAppender, I can enforce file size limit and MaxBackupIndex.
But for DailyRollingFileAppender, i can not limit either.
Aside from being difficult to planing disk space usage
Log4j is identifying the classloaders with incompatible versions of the
classes referenced. The classpaths are missing so hard for me to deduce
more, but you may be able to determine which WAS classloaders in the
webapp's classloader hierarchy have been responsible for loading the
incompatible ver
Hi,
I'm logging all my events to the same file and I want to be able to switch
between logging configurations to follow different flows in my system.
Lets say that process A logging is:
my.package.one = info
my.package.two = debug
and process B logging is :
my.package.three = info
my.package.f