RotatingFileHandler and logging config file

Rob Cranfill robcranfill at comcast.dot.net
Wed Mar 16 23:48:40 EST 2005


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*.

	- rob




More information about the Python-list mailing list