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
Post a Comment