On Wed, 16 Mar 2005 20:48:40 -0800, Rob Cranfill <[EMAIL PROTECTED]> wrote:

>news.sydney.pipenetworks.com wrote:
>
>> 
>> You're looking in the wrong place. Try
>> 
>> http://docs.python.org/lib/node333.html
>> 
>
>which isn't quite the page in question, but leads to the closest 
>pertinent page,
>   http://docs.python.org/lib/logging-config-fileformat.html
>which *still* has nothing on RotatingFileHandler.
>
>That's OK, I've given up on the idea of being able to configure a 
>RotatingFileHandler from a config file; I'll do it in my code as a 
>default, and if users want any *other* behavior, they can config *that*.
>
To fish for yourself, go to google and put

    RotatingFileHandler site:docs.python.org

in the search slot and click search.

The first hit is 
   http://docs.python.org/lib/node332.html

HTH

Regards,
Bengt Richter
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to