Limit no. or size of logging files
SlowMo24 opened this issue · 1 comments
SlowMo24 commented
currently the log directory may grow indefinitely. https://docs.python.org/3/library/logging.handlers.html#rotatingfilehandler would be a better solution. This would though need some refactoring in terms of naming, I guess.
SlowMo24 commented
Its up to the user to ensure the log dir does not overflow