diff --git a/eox_core/social_tpa_backends.py b/eox_core/social_tpa_backends.py index 894a8891..8b16b961 100644 --- a/eox_core/social_tpa_backends.py +++ b/eox_core/social_tpa_backends.py @@ -34,7 +34,7 @@ def __init__(self, *args, **kwargs): try: setattr(self, key, conf.get(key, getattr(self, key))) except Exception: # pylint: disable=broad-except - LOG.error("Tried and failed to set property %s of a config-based-openidconnect", key) + LOG.warning("Tried and failed to set property %s of a config-based-openidconnect", key) super().__init__(*args, **kwargs)