better naming of log files

Want something added? Ask for it here.
Post Reply
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: better naming of log files

Post by sander »

Or a log file per day, so

sabnzbd-2009-08-19.log
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: better naming of log files

Post by shypike »

The naming of the log files is a feature of the Python standard library.
We could copy code from that library and patch it, but it would bind SABnzbd
to a specific version of Python.
It's simply not worth it.

A better option is to complain at Python.org, since the current naming scheme is indeed silly.
Post Reply