Skip to content

Commit 11d3a4d

Browse files
Changed log level from warning to info
1 parent 4d506e4 commit 11d3a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mxcubeweb/core/components/user/usermanager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def login_info(self):
292292
)
293293
res["selectedProposalID"] = HWR.beamline.session.proposal_id
294294
else:
295-
logging.getLogger("MX3.HWR").warning("Logged out")
295+
logging.getLogger("MX3.HWR").info("Logged out")
296296
res = {"loggedIn": False, "useSSO": self.app.CONFIG.sso.USE_SSO}
297297

298298
return res

0 commit comments

Comments
 (0)