GIScience/ohsome-py

Limit no. or size of logging files

SlowMo24 opened this issue · 1 comments

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.

Its up to the user to ensure the log dir does not overflow