Hi,
>- When using a daily file roll, is the file overwritten
>every night - or is it timestamped and a new file is
>created? Or will I have to script this myself?
It's timestamped and a new one created, e.g. myLog becomes
myLog.2004-03-31 and a new file called myLog is created.
Yoav Shapira
Hi all,
log4j is currently running on a few servers here, and I'd
like to get my logs more organized. As it stands, I'm using
FileAppenders that roll at 5mb with a backup of 20 files - a
tad messy at times. I'm going to switch to a daily roll,
but I'd also like to try using SocketAppenders. I h