[toddlers] Set log level to debug for toddlers
Partial setting to debug doesn't seems to work, let's set the whole toddlers to debug. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
c08475fbcb
commit
1cc16e1750
1 changed files with 2 additions and 2 deletions
|
@ -307,7 +307,7 @@ handlers = ["console"]
|
|||
{% if env == "staging" %}
|
||||
level = "DEBUG"
|
||||
{% else %}
|
||||
level = "INFO"
|
||||
level = "DEBUG"
|
||||
{% endif %}
|
||||
propagate = false
|
||||
handlers = ["console"]
|
||||
|
@ -325,7 +325,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