Signals
| Signal | Description |
|---|---|
| Persistent DEBUG volume | A service emits DEBUG logs beyond the configured threshold. |
| Sudden level change | DEBUG volume jumps from the service’s previous baseline. |
| Service-scoped pattern | The pattern is evaluated at service level rather than per individual log event. |
| Production environment | The logs come from production or another environment where persistent DEBUG logging signals a problem. |
Example
- Before
- After
Recommended enforcement
Create tickets
Notify the service owner that DEBUG logging is still active.
Open PRs
Change the log level when service configuration is managed as code.
Enforce at edge
Apply temporary volume control when you can’t change the configuration right away.