Re: Overriding Logging Config FileHandler Filename

2007-10-02 Thread Peter Otten
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

Re: Overriding Logging Config FileHandler Filename

2007-10-01 Thread Kenneth Love
> 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. >

Re: Overriding Logging Config FileHandler Filename

2007-09-25 Thread Vinay Sajip
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