Kenneth Love wrote:
> My (probably erroneous) speculation is that I can retrieve a handler
> specified in the INI file and dynamically change the filename argument
> to the desired value. So far, I have been unable to figure out how to
> do this.
Here's a brute-force approach (tweaking the confi
> On Sep 26, 1:07 am, "Vinay Sajip" <[EMAIL PROTECTED]> wrote:
>> On Sep 25, 9:15 pm, "Kenneth Love" <[EMAIL PROTECTED]> wrote:
>> I have a Pythonloggingconfig file that contains a RotatingFileHandler
>> handler. In the args key, I have hard-coded the log filename.
>> Everything
>> works great.
>
On Sep 25, 9:15 pm, "Kenneth Love" <[EMAIL PROTECTED]> wrote:
> I have a Pythonloggingconfig file that contains a RotatingFileHandler
> handler. In the args key, I have hard-coded the log filename. Everything
> works great.
>
> However, I find that I now need to override this filename at applicat