diff --git a/VERSION b/VERSION index c0943d3..7208c21 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3 \ No newline at end of file +2.4 \ No newline at end of file diff --git a/spectacles/webapp/VERSION b/spectacles/webapp/VERSION index c0943d3..7208c21 100644 --- a/spectacles/webapp/VERSION +++ b/spectacles/webapp/VERSION @@ -1 +1 @@ -2.3 \ No newline at end of file +2.4 \ No newline at end of file diff --git a/spectacles/webapp/token_auth/views.py b/spectacles/webapp/token_auth/views.py index 2254713..ad15420 100644 --- a/spectacles/webapp/token_auth/views.py +++ b/spectacles/webapp/token_auth/views.py @@ -97,8 +97,10 @@ def authenticate(auth_dict, get_data): return True, get_data elif str(result.status_code).startswith("5"): + logger.error(f"{result}") raise ConnectionError elif str(result.status_code).startswith("4"): + logger.error(f"{result}") raise ConnectionRefusedError else: