Don't know if it's out there already but I've found a solution to this:
http://bytes.com/topic/python/answer...iguration-file

Code:
# logging.conf
[loggers]
keys=root

[handlers]
keys=TimedRotatingFileHandler

[formatters]
keys=simpleFormatter

[logger_root]
level=DEBUG
handlers=TimedRotatingFileHandler
...