# https://docs.python.org/3/library/logging.config.html#logging-config-dictschema version=1 [loggers.''] level='INFO' handlers=['console',] [loggers.dexorder] level='DEBUG' [handlers.console] class='logging.StreamHandler' formatter='default' level='INFO' stream='ext://sys.stdout' [formatters.default] # https://docs.python.org/3/library/logging.html#logrecord-attributes format='%(asctime)s %(name)s %(message)s' # https://docs.python.org/3/library/time.html#time.strftime datefmt='%Y-%m-%d %H:%M:%S' [formatters.notime] # https://docs.python.org/3/library/logging.html#logrecord-attributes format='%(name)s %(message)s' # https://docs.python.org/3/library/time.html#time.strftime datefmt='%Y-%m-%d %H:%M:%S'