AW: Is DailyRollingFileAppender efficient or safe to use if log file is huge?

2009-11-02 Thread Bender Heri
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

Is DailyRollingFileAppender efficient or safe to use if log file is huge?

2009-11-02 Thread shaoxian yang
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

Is DailyRollingFileAppender efficient or safe to use if log file is huge?

2009-11-02 Thread shaoxianyang
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

Is DailyRollingFileAppender efficient or safe to use if log file is huge?

2009-11-02 Thread shaoxianyang
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

Is DailyRollingFileAppender efficient or safe to use if log file is huge?

2009-11-02 Thread shaoxianyang
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

Re: FileAppender is not assignable to Appender

2009-11-02 Thread Brett Randall
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

Pre-configured logging profiles

2009-11-02 Thread NewWay
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