Merge "Fix broken reference to rate_limit_except_level"

This commit is contained in:
Zuul 2024-04-09 12:05:33 +00:00 committed by Gerrit Code Review
commit d59dfca5f1
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ def _setup_logging_from_conf(conf, project, version):
from oslo_log import rate_limit
rate_limit.install_filter(conf.rate_limit_burst,
conf.rate_limit_interval,
conf.rate_limit_except)
conf.rate_limit_except_level)
_loggers = {}