mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat(conftest): set default logging.conf to DEBUG
We now maintain a logging.prod.conf, which should contain sane defaults for a production instance. Our main logging.conf is a good default for both testing and debugging, but provides too much logging for production. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
50d6a9b5c8
commit
409229739e
2 changed files with 64 additions and 1 deletions
|
@ -14,7 +14,9 @@ handlers=
|
|||
propogate=0
|
||||
|
||||
[logger_aurweb]
|
||||
level=INFO
|
||||
; This loglevel is set to DEBUG for tests where we expect specific
|
||||
; debug logging to occur. In production, this should be set to INFO.
|
||||
level=DEBUG
|
||||
handlers=simpleHandler
|
||||
qualname=aurweb
|
||||
propagate=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue