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 -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -