debug for stream handler

This commit is contained in:
Corban-Lee Jones 2024-06-11 01:00:29 +01:00
parent 15cfd66b69
commit 864f299d9b

View File

@ -16,7 +16,7 @@
"handlers": {
"stdout": {
"class": "logging.StreamHandler",
"level": "INFO",
"level": "DEBUG",
"formatter": "simple",
"stream": "ext://sys.stdout"
},