diff --git a/kallithea/config/middleware.py b/kallithea/config/middleware.py --- a/kallithea/config/middleware.py +++ b/kallithea/config/middleware.py @@ -13,7 +13,7 @@ # along with this program. If not, see . """WSGI middleware initialization for the Kallithea application.""" -import logging +import logging.config from kallithea.config.app_cfg import base_config from kallithea.config.environment import load_environment