refactor(handlers): standardize logging using request attributes helper

- Replace manual IP logging with the `withRequestLogAttrs` helper in authentication handlers.
- Add user activity logging for API documentation and login page views.
- Clean up log calls to use variadic expansion of request attributes.
This commit is contained in:
2026-06-01 11:30:38 +03:00
parent 60d2ea0204
commit 94cf9531fa
9 changed files with 119 additions and 55 deletions

View File

@@ -218,12 +218,16 @@
width: 100%;
max-width: 2.2rem;
min-height: 0;
height: 100%;
display: flex;
align-items: flex-end;
justify-content: center;
align-self: stretch;
}
.bar-chart-bar {
display: block;
flex: 0 0 auto;
width: 100%;
min-height: 0;
border-radius: 6px 6px 0 0;