mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change(logging): restrict logging.conf & add logging.test.conf
We'll override logging.conf with logging.test.conf for debug logging needed for tests now, so we can rely on the default logging.conf for production use. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
cce9385fb1
commit
bf4662e26f
4 changed files with 11 additions and 13 deletions
|
@ -14,9 +14,7 @@ handlers=
|
|||
propogate=0
|
||||
|
||||
[logger_aurweb]
|
||||
; 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
|
||||
level=INFO
|
||||
handlers=simpleHandler
|
||||
qualname=aurweb
|
||||
propagate=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue