califyn / time-cord

A Python library for Discord time management tools
MIT License
0 stars 5 forks source link

Add new logging method; enable log deletion after 7 days #23

Open LicketySpliket opened 3 years ago

LicketySpliket commented 3 years ago

Hey Ali,

I was looking for ways to help your logging problem when I stumbled across this really cool library called loguru. It allows for efficient logging (the method you were using could cause issues, since you open/close the file on every log). Furthermore, loguru allows for time-based and space-based deletion! I think this library will be perfect for your needs.