Only 100 files created
Opened this issue · 0 comments
plamenbe commented
Symptom: The logger creates only 100 files and then stops logging.
Reason: Naming algorithm enumerates consequent numbers only to 99, which are appended to the end of the filenames.
Solution: Extend the algorithm so there not be limitation.