feat/logging #17

Merged
nrupard merged 2 commits from feat/logging into main 2026-03-19 20:47:32 +01:00
Member
No description provided.
Replace all println!/eprintln! with the tracing ecosystem for
structured, human-readable logging. Adds tracing-actix-web for
per-request spans with method, path, status, and latency.

Key events logged: auth (login/register/lockout), URL CRUD,
redirects, admin actions, abuse reports, and SaaS auth flow.
Log level controllable via RUST_LOG env var (default: info,rus=debug).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
nrupard deleted branch feat/logging 2026-03-19 20:47:32 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
a8n-tools/rus!17
No description provided.