fix: Don't log warnings on logout.
When a user logs out, there are warnings logged right now because the session user_id mismatches(it becomes None on logout). Previously we would log the request mismatch on debug and the session mismatch as normal. This change will result in us logging nothing if the session change is not abnormal.
Please register or sign in to comment