greenwave: enable fedora-messaging debug logs in staging
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
4a22ddc81e
commit
012447730e
1 changed files with 4 additions and 0 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue