mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00
🚀 Feature: Exclude /health endpoint from logs #587
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?
Originally created by @nebula-it on GitHub (Jan 4, 2026).
Feature description
An env var to disable logging for
/healthendpointPitch
Running Pocket-id in kubernets and logs get filled up by logs like these making it hard to review the actual logs:
@stonith404 commented on GitHub (Jan 4, 2026):
You should use
/healthzfor the healthcheck instead, this endpoint will get excluded from the logs correctly.