Microsoft
Software
Hardware
Network
Question : log4j log4j.appender.R.MaxBackupIndex
I'm using a org.apache.log4j.RollingFi
leAppender
in order to process and store my log statements and I'm wondering how to get it to never overwrite the output log file? I left off the log4j.appender.R.MaxBackup
Index configuration and it seems to make one copy then overwrite the original. Maybelog4j.appender.R.MaxB
ackupIndex
=999999?
Answer : log4j log4j.appender.R.MaxBackupIndex
>> I left off the log4j.appender.R.MaxBackup
Index configuration and it seems to make one copy then overwrite the original.
There is one backup file by default.
So try with log4j.appender.R.MaxBackup
Index=9999
99
Random Solutions
From BCD to ADO
How can i use “COALESCE(SUM…” in linq?
How to create .properties file to solve this
droid not syncing when outlook is closed
Sage ACT 2010 - How to create the database in the server and provide connection for remote computers
read rpg data file in windows
Suggestions on Architecture for New Application
Run the first php script in background - When done - run the next script ...
OpenVPN Management Port 7505 telnet problem
SQLCommandBuilder - GetUpdateCommand, GetInsertCommand and GetDeleteCommand Questions