Standardization for logging #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should probably discuss some standards of logging, especially for the controllers, in the current state some methods will log certain data, some other do not.
🤖 Automated AI-generated analysis (2026-07-08):
Not yet standardized. Some logging improvements were made in the job system:
744bc9e4b0a6dfe5fc1a0The job system has good logging (progress messages, batch counts with thousands separators). However, controller-level logging remains inconsistent across endpoints. A standardized approach could use:
ILogger<T>injection in all controllersThe removal of debug auth middleware (
e5fc1a0) cleaned up one source of noise, but no comprehensive logging standard was adopted.