Signals
Example
- Middleware logging
- Loop logging
- Before
- After
Recommended enforcement
Open PRs
Remove, relocate, or condition the log statement in code.
Create tickets
Ask the owning team to review the high-volume logging pattern.
Detection notes
Tero identifies hot-path logs by relative volume. If one event shape represents a disproportionate share of a service’s logs, Tero treats the event as a hot-path candidate. Message content can support detection. Generic messages such asProcessing request or Handling item often indicate unconditional logging, but volume is the primary signal.