diff --git a/lemarche/api/authentication.py b/lemarche/api/authentication.py index 465df6bec..ea195db3d 100644 --- a/lemarche/api/authentication.py +++ b/lemarche/api/authentication.py @@ -27,7 +27,7 @@ def authenticate(self, request): elif request.GET.get("token"): # Otherwise, try the URL parameter token = request.GET.get("token") warning_issued = True - logger.warning("Authentication via URL token detected. This method is deprecated and less secure.") + logger.info("Authentication via URL token detected. This method is deprecated and less secure.") # If no token is provided if not token: