Skip to content

Suppress consecutive identical logs #877

Description

@jiemingwang

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"

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status
No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions