-
feat(admin): exclude health check entries from admin logs
All checks were successfulBuild and Publish Docker Image / deploy (push) Successful in 1m43sreleased this
2026-06-01 12:04:36 +03:00 | 31 commits to master since this releaseFilter out automated health check log entries (such as
/health,
/healthz, and/api/v1/health) from the admin logs view. This
reduces noise in the dashboard caused by frequent container health
pings.Also added corresponding unit tests to verify the filtering behavior.
Downloads