Fixup new logging

This commit is contained in:
Keith Edmunds 2025-01-27 14:38:48 +00:00
parent 2f18ef5f44
commit aa52f33d58
2 changed files with 5 additions and 3 deletions

View File

@ -11,9 +11,9 @@ formatters:
filters:
leveltag:
(): newlogger.LevelTagFilter
(): log.LevelTagFilter
category_filter:
(): newlogger.FunctionFilter
(): log.FunctionFilter
functions: !!set
fb: null

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python3
from newlogger import log
from log import log
# Testing
def fa():
log.debug("fa Debug message")