Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
add logging_renderer to the list
Browse files Browse the repository at this point in the history
There's one more that might be affected, which is event_listeners, but
because that's a list, it's a lot more work.
  • Loading branch information
glasserc committed May 20, 2016
1 parent 611af03 commit d3ef63c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kinto/core/initialization.py
Expand Up @@ -480,6 +480,7 @@ def _prefixed_keys(key):
'storage_backend',
'cache_backend',
'permission_backend',
'logging_renderer',
]
if unprefixed in CONTAIN_CLIQUET_MODULE_NAMES and \
value.startswith('cliquet.'):
Expand Down

0 comments on commit d3ef63c

Please sign in to comment.