Page 1 of 1
Re: better naming of log files
Posted: February 20th, 2009, 2:36 am
by sander
Or a log file per day, so
sabnzbd-2009-08-19.log
Re: better naming of log files
Posted: February 21st, 2009, 9:40 am
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.