mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
greenwave: enable fedora-messaging debug logs in staging
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
@@ -56,7 +56,11 @@ formatter = "simple"
|
|||||||
stream = "ext://sys.stdout"
|
stream = "ext://sys.stdout"
|
||||||
|
|
||||||
[log_config.loggers.fedora_messaging]
|
[log_config.loggers.fedora_messaging]
|
||||||
|
{% if env == "staging %}
|
||||||
|
level = "DEBUG"
|
||||||
|
{% else %}
|
||||||
level = "INFO"
|
level = "INFO"
|
||||||
|
{% endif %}
|
||||||
propagate = false
|
propagate = false
|
||||||
handlers = ["console"]
|
handlers = ["console"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user