| Summary: | syslogd: improve duplicate detection | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Bernhard Breinbauer <bernhard> |
| Component: | Other | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | enhancement | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.24.x | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | syslog dup detection improvement | ||
|
Description
Bernhard Breinbauer
2015-09-04 09:11:26 UTC
Created attachment 6151 [details]
syslog dup detection improvement
(In reply to comment #0) > The current implementation of ENABLE_FEATURE_SYSLOGD_DUP includes the timestamp > into the comparison of current and previous log message. Therefore duplicates > are only detected if they appear in the same second. This is intended. If a message repeats *occasionally*, say, every 3 seconds, current code shows it. It suppresses the case when the same message repeats with high frequency. |