log tweaks

This commit is contained in:
tim
2024-10-23 01:21:01 -04:00
parent f9f13daea7
commit 012192cec6
3 changed files with 3 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ level='DEBUG'
[handlers.console]
class='logging.StreamHandler'
formatter='default'
formatter='notime'
stream='ext://sys.stdout'
[formatters.default]