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"
|
subject: "Bodhi error"
|
||||||
loggers:
|
loggers:
|
||||||
bodhi:
|
bodhi:
|
||||||
|
{% if env == "production" %}
|
||||||
level: INFO
|
level: INFO
|
||||||
|
{% else %}
|
||||||
|
level: DEBUG
|
||||||
|
{% endif %}
|
||||||
handlers: [console, smtp]
|
handlers: [console, smtp]
|
||||||
propagate: 0
|
propagate: 0
|
||||||
root:
|
root:
|
||||||
level: INFO
|
{% if env == "production" %}
|
||||||
|
level: ERROR
|
||||||
|
{% else %}
|
||||||
|
level: DEBUG
|
||||||
|
{% endif %}
|
||||||
handlers: [console, smtp]
|
handlers: [console, smtp]
|
||||||
twisted:
|
twisted:
|
||||||
{% if env == "production" %}
|
{% if env == "production" %}
|
||||||
|
@ -46,6 +54,3 @@ loggers:
|
||||||
level: DEBUG
|
level: DEBUG
|
||||||
{% endif %}
|
{% endif %}
|
||||||
handlers: [console, smtp]
|
handlers: [console, smtp]
|
||||||
root:
|
|
||||||
level: NOTSET
|
|
||||||
handlers: []
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue