server
server copied to clipboard
feat(log): add opt-in session ID logging
- For cases like https://github.com/nextcloud/server/issues/42157
Summary
Optionally allow admins to enable logging of session IDs. This allows to see when a new session is started for a user. That information is not trackable right now.
TODO
- [x] Do
Checklist
- Code is properly formatted
- Sign-off message is added to all commits
- [x] Tests (unit, integration, api and/or acceptance) are included
- [x] Screenshots before/after for front-end changes
- [x] Documentation (manuals or wiki) has been updated or is not required
- [x] Backports requested where applicable (ex: critical bugfixes)
/backport to stable31
/backport to stable30