bugfix; finaldata conf removed

This commit is contained in:
tim
2024-07-26 01:59:14 -04:00
parent a0f64b5ddc
commit c661d7fb7b
6 changed files with 2 additions and 33 deletions

View File

@@ -1,20 +0,0 @@
# 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='notime'
stream='ext://sys.stdout'
[formatters.notime]
# https://docs.python.org/3/library/logging.html#logrecord-attributes
format='%(levelname)s %(name)s %(message)s'
# https://docs.python.org/3/library/time.html#time.strftime
datefmt='%Y-%m-%d %H:%M:%S'