Pregunta

I need to split log files by file size like RollingFileAppender but I also want separate logs by date like DailyRollingFileAppender. I searched the web and can't find any good solution.

Is it possible to combine both of these in one log4j properties configuration?

¿Fue útil?

Solución

You might look at TimeAndSizeRollingAppender.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top