Currently we have session logging in two places:
- Logging session writes to the session-sampled Logstash channel in SessionManager and SessionBackend
- Sending Prometheus metrics in BagOStuff
That might be fine as is, but we should consider if we want to change something there after T399192: Create new session store abstraction to replace BagOStuff in SessionManager / T399194: Implement different backends for anonymous and authenticated sessions.