New attempt, same question:
I am just looking for a way to keep java.util.logging-logs to NOT loop at the end of the amount of file-sizes and file-number assigned to them!
Additional Information:
In my case, this happens because the software, due to unexpected circumstances triggered by the customer, drops into an infinite loop on a section of code that writes to the log. This leads to the infinite loop overwriting the part of the log that shows how the software got into this state in the first place.
Yes, I am aware that the loop is the underlying issue, I would still like to keep the log from looping, and instead to stop logging.