[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
|
||||
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]
|
||||
{% if env == "staging" %}
|
||||
level = "DEBUG"
|
||||
|
@ -352,7 +361,7 @@ handlers = ["console"]
|
|||
{% if env == "staging" %}
|
||||
level = "DEBUG"
|
||||
{% else %}
|
||||
level = "DEBUG"
|
||||
level = "INFO"
|
||||
{% endif %}
|
||||
propagate = false
|
||||
handlers = ["console"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue