the-new-hotness: Change fedora-messaging log level to ERROR
This is a temporary fix for https://github.com/fedora-infra/the-new-hotness/issues/316 The log level change for root log didn't helped, so let's try to also change the fedora messaging log level Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
41330d30df
commit
d0339e01d4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ formatter = "simple"
|
|||
stream = "ext://sys.stdout"
|
||||
|
||||
[log_config.loggers.fedora_messaging]
|
||||
level = "INFO"
|
||||
level = "ERROR"
|
||||
propagate = false
|
||||
handlers = ["console"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue