Skip to content
Snippets Groups Projects
Commit 5b7caf45 authored by Feanil Patel's avatar Feanil Patel
Browse files

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.
parent dd69020d
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment