I have a problem with java.util.logging. Everything is working just fine from the start but after a while the logger simply stops do write any data to file and I have no idea why (no exception, no error) nor how to find a cause of this problem.
I tried google but did not find any similar problem.
tl,dr; java.util.logging stops working, want to know why.
Handlerbeing used isn't set to have a maximum size to the file? – Darien Jun 11 '11 at 5:32