keptenkurk / BS440

Python code to talk to Medisana BS440 bluetooth enabled bathroom scale
MIT License
49 stars 34 forks source link

Option for Log-Rotate #53

Closed giovanne123 closed 7 years ago

giovanne123 commented 7 years ago

Maybe an option or enhancement for the possibility to log-rotate would be fine. When debugging over some time/days it would be fine to create each day a new logfile to prevent high size logfiles.

python -> logging.handlers.RotatingFileHandler

DjZU commented 7 years ago

@giovanne123 Please see #17 and #32

keptenkurk commented 7 years ago

Logfile is a lot smaller in the latest version. So i guess this shouldn't be a problem anymore.