bodhi: Raise staging log levels.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
983664a4c1
commit
2f3a00687d
1 changed files with 9 additions and 4 deletions
|
@ -33,11 +33,19 @@ handlers:
|
|||
subject: "Bodhi error"
|
||||
loggers:
|
||||
bodhi:
|
||||
{% if env == "production" %}
|
||||
level: INFO
|
||||
{% else %}
|
||||
level: DEBUG
|
||||
{% endif %}
|
||||
handlers: [console, smtp]
|
||||
propagate: 0
|
||||
root:
|
||||
level: INFO
|
||||
{% if env == "production" %}
|
||||
level: ERROR
|
||||
{% else %}
|
||||
level: DEBUG
|
||||
{% endif %}
|
||||
handlers: [console, smtp]
|
||||
twisted:
|
||||
{% if env == "production" %}
|
||||
|
@ -46,6 +54,3 @@ loggers:
|
|||
level: DEBUG
|
||||
{% endif %}
|
||||
handlers: [console, smtp]
|
||||
root:
|
||||
level: NOTSET
|
||||
handlers: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue