A Guide to Rolling File Appenders 1. Overview While log files often convey useful information, they naturally grow bigger over time, and if allowed to grow indefinitely, their size could become a problem. Logging libraries address this problem using rolling file appenders, which automatically “roll” or archive the current log… Continue Reading java-logging-rolling-file-appenders