Fixup new logging
This commit is contained in:
parent
2f18ef5f44
commit
aa52f33d58
@ -11,9 +11,9 @@ formatters:
|
||||
|
||||
filters:
|
||||
leveltag:
|
||||
(): newlogger.LevelTagFilter
|
||||
(): log.LevelTagFilter
|
||||
category_filter:
|
||||
(): newlogger.FunctionFilter
|
||||
(): log.FunctionFilter
|
||||
functions: !!set
|
||||
fb: null
|
||||
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
from newlogger import log
|
||||
from log import log
|
||||
|
||||
|
||||
# Testing
|
||||
def fa():
|
||||
log.debug("fa Debug message")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user