[toddlers] Set the log level back to INFO for production
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
1cc16e1750
commit
f8a250f89b
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,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