diff --git a/python/web/src/web.py b/python/web/src/web.py index b3405856..c7b30620 100644 --- a/python/web/src/web.py +++ b/python/web/src/web.py @@ -150,7 +150,7 @@ def get_locale(): language = session["language"] except KeyError: language = "" - logging.warning("The default locale could not be detected. Falling back to English.") + logging.info("The default locale could not be detected. Falling back to English.") if language: return language # Hardcoded fallback to "en" when the user agent does not send an accept-language header