Re: Log4J setting for kafka

2013-07-01 Thread Vadim Keylis
Thanks On Mon, Jul 1, 2013 at 11:44 AM, David DeMaagd wrote: > The danger of using a size based rollover (unless you set the size and > log rollover to be fairly high) is that in case of problems, the actual > cause of the problem might get rolled off the end by the time you get to > it (kafka c

Re: Log4J setting for kafka

2013-07-01 Thread David DeMaagd
The danger of using a size based rollover (unless you set the size and log rollover to be fairly high) is that in case of problems, the actual cause of the problem might get rolled off the end by the time you get to it (kafka can be very chatty in some kinds of failure cases). That is probably the

Log4J setting for kafka

2013-07-01 Thread Vadim Keylis
Good morning. The log4j property file included wit distribution contains daily log rotation. Are there any reason you guys chose daily rotation vs RollingFileAppender? Thanks, Vadim