7.7 Configure log file size limit (verify java.util.logging.FileHandler.limit is smaller than disk partition)
Information
By default, the logging.properties file will have no defined limit for the log file size. This is a potential denial of service attack as it would be possible to fill a drive or partition containing the log files.
Solution
Create the following entry in your logging.properties file. This field is specified in bytes. java.util.logging.FileHandler.limit=10000