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:
parent
f794e1fe5f
commit
179a661add
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ disable_existing_loggers = true
|
|||
|
||||
|
||||
[log_config.filters.rate_limit]
|
||||
() = bodhi.server.logging.RateLimiter
|
||||
"()" = bodhi.server.logging.RateLimiter
|
||||
rate = 3600
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue