2023-04-14 18:39:51 +02:00
|
|
|
[loggers]
|
|
|
|
keys=root
|
|
|
|
|
|
|
|
[handlers]
|
|
|
|
keys=consoleHandler
|
|
|
|
|
|
|
|
[formatters]
|
|
|
|
keys=simpleFormatter
|
|
|
|
|
|
|
|
[logger_root]
|
2023-04-18 09:42:04 +02:00
|
|
|
level=INFO
|
2023-04-14 18:39:51 +02:00
|
|
|
handlers=consoleHandler
|
|
|
|
|
|
|
|
[handler_consoleHandler]
|
|
|
|
class=StreamHandler
|
2023-04-18 09:42:04 +02:00
|
|
|
level=INFO
|
2023-04-14 18:39:51 +02:00
|
|
|
formatter=simpleFormatter
|
|
|
|
args=(sys.stdout,)
|
|
|
|
|
|
|
|
[formatter_simpleFormatter]
|
|
|
|
format=%(asctime)s - %(name)12.12s - %(levelname)-5.5s - %(message)s
|