[toddlers] Set the log level for correct class
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
127a770619
commit
c08475fbcb
1 changed files with 10 additions and 1 deletions
|
@ -321,6 +321,15 @@ level = "INFO"
|
||||||
propagate = false
|
propagate = false
|
||||||
handlers = ["console"]
|
handlers = ["console"]
|
||||||
|
|
||||||
|
[log_config.loggers.toddlers.utils.pagure]
|
||||||
|
{% if env == "staging" %}
|
||||||
|
level = "DEBUG"
|
||||||
|
{% else %}
|
||||||
|
level = "DEBUG"
|
||||||
|
{% endif %}
|
||||||
|
propagate = false
|
||||||
|
handlers = ["console"]
|
||||||
|
|
||||||
[log_config.loggers.toddlers.plugins.pdc_retired_packages]
|
[log_config.loggers.toddlers.plugins.pdc_retired_packages]
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
level = "DEBUG"
|
level = "DEBUG"
|
||||||
|
@ -352,7 +361,7 @@ handlers = ["console"]
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
level = "DEBUG"
|
level = "DEBUG"
|
||||||
{% else %}
|
{% else %}
|
||||||
level = "DEBUG"
|
level = "INFO"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
propagate = false
|
propagate = false
|
||||||
handlers = ["console"]
|
handlers = ["console"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue