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
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
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