Re: logging.handlers.SMTPHandler and fileConfig

2010-10-11 Thread Chris Withers
On 11/10/2010 15:52, pstatham wrote: I'm trying to use pythons logging.handlers.SMTPHandler with a configuration file (so that I don't have to have passwords etc. inside of the script) Use MailingLogger and ZConfig ;-) http://groups.google.com/group/simplistix/browse_thread/thread/f4223c3a92e9

Re: logging.handlers.SMTPHandler and fileConfig

2010-10-11 Thread Chris Rebert
On Mon, Oct 11, 2010 at 7:52 AM, pstatham wrote: > I'm trying to use pythons logging.handlers.SMTPHandler with a > configuration file (so that I don't have to have passwords etc. inside > of the script) > > Now the guide I'm following is [URL="http://docs.python.org/library/ > logging.html#configu