bodhi: Quote a messaging config key.

It seems that fedora-messaging did not approve of my config, with
this error:

fedora-messaging[17633]: Error: Invalid value: Configuration error:
Failed to parse /etc/fedora-messaging/config.toml: error at line
44, column 2: Found invalid character in key name: ')'. Try quoting
the key name.

So I'm trying to quote the key name. Wish me luck!

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2019-05-10 18:10:57 +00:00
parent f794e1fe5f
commit 179a661add

View file

@ -45,7 +45,7 @@ disable_existing_loggers = true
[log_config.filters.rate_limit]
() = bodhi.server.logging.RateLimiter
"()" = bodhi.server.logging.RateLimiter
rate = 3600