Skip to content Skip to sidebar Skip to footer
Showing posts with the label Config

Python Logging - Multiple Modules

I'm working on a small python project that has the following structure - project -- logs -- … Read more Python Logging - Multiple Modules

Python 2.4.3: ConfigParser.NoSectionError: No Section: 'formatters'

Trying to use a logging configuration file to implement TimedRotatinigFileHandler. Just won't t… Read more Python 2.4.3: ConfigParser.NoSectionError: No Section: 'formatters'