Skip to content

Commit

Permalink
Changed log level from warning to info
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Nov 26, 2024
1 parent 65d6a7c commit 775cfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxcubeweb/core/components/user/usermanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def login_info(self):
)
res["selectedProposalID"] = HWR.beamline.session.proposal_id
else:
logging.getLogger("MX3.HWR").warning("Logged out")
logging.getLogger("MX3.HWR").info("Logged out")
res = {"loggedIn": False, "useSSO": self.app.CONFIG.sso.USE_SSO}

return res
Expand Down

0 comments on commit 775cfb9

Please sign in to comment.