logger stuff

This commit is contained in:
cwilvx
2024-12-31 13:56:40 +03:00
parent cbfe37a4ac
commit 2cc063ad76
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class CustomFormatter(logging.Formatter):
return formatter.format(record)
log = logging.getLogger("swing")
log = logging.getLogger("SWING MUSIC")
log.propagate = False
log.setLevel(logging.DEBUG)