Or a log file per day, so
sabnzbd-2009-08-19.log
better naming of log files
Re: better naming of log files
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: better naming of log files
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.
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.

