nwithan8 / tauticord

A Discord bot that displays live data from Tautulli
GNU General Public License v3.0
114 stars 22 forks source link

[chore] Add 5 MB log rotation + 5 backups #142

Closed nwithan8 closed 10 months ago

nwithan8 commented 10 months ago

Seeing as I ran out of space on my VPS today because Tauticord's logs had reached 2.9 GB, this is long overdue.

Max log file size is 5 MB (should be good for several iterations), with 5 additional rolling logs, for a total of 6 * 5 = 30 MB of logs maximum. For reference, these are the same settings used by Tautulli: https://github.com/Tautulli/Tautulli/blob/d019efcf911b4806618761c2da48bab7d04031ec/plexpy/logger.py#L317

Closes #139