RotatingFileHandler and logging config file

Bengt Richter bokr at oz.net
Thu Mar 17 00:34:12 EST 2005


On Wed, 16 Mar 2005 20:48:40 -0800, Rob Cranfill <robcranfill at comcast.dot.net> 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



More information about the Python-list mailing list