UMONS-GFA / ardas

FM Sensors conditionning based on on Arduino
GNU General Public License v3.0
0 stars 1 forks source link

Use BaseRotatingHandler in logging library #70

Closed bastinc closed 6 years ago

bastinc commented 7 years ago

Rotate all logs to avoid large logs files

kaufmanno commented 6 years ago

I created the CompressedSizedTimedRotatingFileHandler class to deal with this. It allows to rotate by size and date and to compress rotated files into zip files