diff --git a/mg/handlers/login_v5_handler.py b/mg/handlers/login_v5_handler.py index d675529..ed34f10 100644 --- a/mg/handlers/login_v5_handler.py +++ b/mg/handlers/login_v5_handler.py @@ -143,7 +143,7 @@ def get(self): self.clear_cookie("auth_key", domain=root_domain) self.clear_cookie("is_login", domain=root_domain) except Exception as err: - pass + logging.error(err) self.set_status(401) self.finish()