My sysadmin has been "encouraging" me to fix our web application logs to play nicely with logrotate. The problem is that after logrotate works on a file the application stops logging. Is there a way to configure log4j to reopen log files after this happens?
This comment explains the general problem but doesn't provide a solution for log4j: https://stackoverflow.com/a/6514233/201748