transparency-dev / transparency-dev/tesseract
Suppress consecutive identical logs
Open
@phbnf is already working on this.
Since Jun 22, 2026.
enhancement
- Dominant language
- Go
- Stars
- 37
- Forks
- 18
- Avg merge
- 19h 22m
- Merged PRs (30d)
- 15
Description
Description
Currently POSIX (with klog) logs all consecutive identical events. This can generate huge amount of logs. Need to suppress such repeated logs (with count=N or something similar in the log).
Here is an example:
time=2026-06-16T10:30:18.237-04:00 level=WARN msg="handler error" origin=ctlog.example.com/2026h1 name=AddChain error="Too Many Requests"
time=2026-06-16T10:30:18.239-04:00 level=WARN msg="handler error" origin=ctlog.example.com/2026h1 name=AddChain error="Too Many Requests"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.