Re: RollingFileAppender Not rolling over

2006-11-02 Thread vincentw
Yes it does work when using standard layout class. James Stauffer wrote: > > Does it work if you use the standard layout class? > > On 11/1/06, vincentw <[EMAIL PROTECTED]> wrote: >> >> Hi, I'm having trouble with thr RFA not rollingover. Here is my config >> >> >> >> >> http://jakarta.apac

JDBCAppender: it doesn't reconnect, does it?

2006-11-02 Thread andresgr
Hi. If I have and JDBCAppender configured to throw log messages to MySQL and, while my system is up I restart the database it does not try to reconnect to it, does it? So i end up with my logging system "paralized"... Regards -- -=-=-=-=-=-=-=-=-=-=-=-=- Andrés González. http://coyotevil.blogsp

Re: RollingFileAppender Not rolling over

2006-11-02 Thread James Stauffer
Does it work if you use the standard layout class? On 11/1/06, vincentw <[EMAIL PROTECTED]> wrote: Hi, I'm having trouble with thr RFA not rollingover. Here is my config http://jakarta.apache.org/log4j/"; debug="false">

Re: RollingFileAppender that zips?

2006-11-02 Thread Wim Deblauwe
Documentation seems to be here: http://logging.apache.org/log4j/docs/api-1.3/org/apache/log4j/rolling/TimeBasedRollingPolicy.html But it seems you need to use a time-based rolling policy. Is it possible to use this with the normal RollingFileAppender? Also, it seems that this is only added in 1.3

Re: RollingFileAppender that zips?

2006-11-02 Thread Wim Deblauwe
Thanks for the info. I could not find this in the documentation. regards, Wim 2006/11/2, Dirk Ooms <[EMAIL PROTECTED]>: Yes you can zip files when they are rolled over. Put a '.gz' extension in the FileNamePattern. - To unsu

Re: RollingFileAppender that zips?

2006-11-02 Thread Dirk Ooms
Yes you can zip files when they are rolled over. Put a '.gz' extension in the FileNamePattern. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]