mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(logging): remove test
logger definition
Like the `aurweb` logger definiton was previously, the `test` logger is being redundant with the root logger. Use root for all aurweb-local logging. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
67a6b8360e
commit
4426c639ce
1 changed files with 2 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
[loggers]
|
||||
keys=root,test,uvicorn,hypercorn,alembic
|
||||
keys=root,uvicorn,hypercorn,alembic
|
||||
|
||||
[handlers]
|
||||
keys=simpleHandler,detailedHandler
|
||||
|
@ -10,12 +10,7 @@ keys=simpleFormatter,detailedFormatter
|
|||
[logger_root]
|
||||
level=INFO
|
||||
handlers=detailedHandler
|
||||
|
||||
[logger_test]
|
||||
level=DEBUG
|
||||
handlers=detailedHandler
|
||||
qualname=test
|
||||
propagate=1
|
||||
propogate=1
|
||||
|
||||
[logger_uvicorn]
|
||||
level=DEBUG
|
||||
|
|
Loading…
Add table
Reference in a new issue