You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
450 B
Plaintext
28 lines
450 B
Plaintext
[loggers]
|
|
keys=root, matplotlib
|
|
|
|
[handlers]
|
|
keys=consoleHandler
|
|
|
|
[formatters]
|
|
keys=simpleFormatter
|
|
|
|
[logger_root]
|
|
level=DEBUG
|
|
handlers=consoleHandler
|
|
|
|
[logger_matplotlib]
|
|
level=WARNING
|
|
handlers=consoleHandler
|
|
qualname=matplotlib
|
|
|
|
[handler_consoleHandler]
|
|
class=StreamHandler
|
|
level=DEBUG
|
|
formatter=simpleFormatter
|
|
args=(sys.stdout,)
|
|
|
|
[formatter_simpleFormatter]
|
|
format=%(asctime)s %(name)-17s %(levelname)-8s %(message)s
|
|
datefmt=%a, %d %b %Y %H:%M:%S
|