the-new-hotness: Change the logging to INFO

I already have fix for
https://github.com/fedora-infra/the-new-hotness/issues/316

Changing the logging level back to INFO

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-01-25 17:23:19 +01:00 committed by zlopez
parent c2b775cc58
commit 526f9a16d2

View file

@ -59,12 +59,12 @@ formatter = "simple"
stream = "ext://sys.stdout"
[log_config.loggers.fedora_messaging]
level = "ERROR"
level = "INFO"
propagate = false
handlers = ["console"]
[log_config.root]
level = "ERROR"
level = "INFO"
handlers = ["console"]
# the-new-hotness consumer configuration