I have an application that runs slowly. This is due to the huge number of records at the DEBUG and INFO levels inside the code. I made some changes to the code and changed the WARN log level, and now it works well.
But there is only one log file (currently 1.6 GB). I want to use RollingFileAppender to get more smaller files. What is the best (maximum) size I should use for the application's MaxFileSize property so that performance does not degrade?
Maria
source
share