Greenwave: Use debug log level in the fedora-messaging consumer

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-04-03 11:00:11 +02:00
parent 40e1b382a4
commit 17da1591ae

View file

@ -50,7 +50,7 @@ formatter = "simple"
stream = "ext://sys.stdout"
[log_config.loggers.fedora_messaging]
level = "INFO"
level = "DEBUG"
propagate = false
handlers = ["console"]