Re: RotatingFileHandler key error when parsing a logging config file

2009-12-22 Thread Vinay Sajip
On Dec 21, 9:33 pm, jordilin wrote: > Hi, >  I've a config forloggingwhere I set up a file rotation with > handlers.RotatingFileHandler and when the app parses thelogging > config it says keyError when trying to parse that section > ('RotatingFileHandler' is not defined). Curiously enough, I can d

Re: RotatingFileHandler key error when parsing a logging config file

2009-12-22 Thread Jean-Michel Pichavant
jordilin wrote: Hi, I've a config for logging where I set up a file rotation with handlers.RotatingFileHandler and when the app parses the logging config it says keyError when trying to parse that section ('RotatingFileHandler' is not defined). Curiously enough, I can do import logging and from

RotatingFileHandler key error when parsing a logging config file

2009-12-21 Thread jordilin
Hi, I've a config for logging where I set up a file rotation with handlers.RotatingFileHandler and when the app parses the logging config it says keyError when trying to parse that section ('RotatingFileHandler' is not defined). Curiously enough, I can do import logging and from logging.handlers i