1 # Logging configuration to send WARNING and above to stdout, and
2 # everything (ie. DEBUG and above) to file omaha-debug.log
8 handlers = consoleHandler, fileHandler
12 keys = consoleHandler, fileHandler
15 keys = simpleFormatter
17 [handler_consoleHandler]
20 formatter=simpleFormatter
26 formatter=simpleFormatter
27 args=("omaha-debug.log", 'w+')
29 [formatter_simpleFormatter]
30 format=%(asctime)s - %(name)s - %(levelname)s - %(message)s