log4j2 - log4j: what happen when size of log file is close to limit? -


assume size limit 10m , current size of log 9m. when use logger.info() append string, 2m size log renamed log.1 , create new log file.

i want know if log4j split such string, how prevent splitting , moving entire string current log file?

wouldn't splited, log.1 11m.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -