greenwave: enable fedora-messaging debug logs in staging

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-06-26 13:50:25 +02:00
parent 4a22ddc81e
commit 012447730e

View file

@ -56,7 +56,11 @@ formatter = "simple"
stream = "ext://sys.stdout"
[log_config.loggers.fedora_messaging]
{% if env == "staging %}
level = "DEBUG"
{% else %}
level = "INFO"
{% endif %}
propagate = false
handlers = ["console"]