[Bug 282639] newsyslog may "double rotate" logs with duplicate rules
Date: Sat, 09 Nov 2024 21:02:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282639 --- Comment #2 from Josef 'Jeff' Sipek <jeffpc@josefsipek.net> --- Specifying the same log file name multiple times (across newsyslog.d/*.conf snippets) doesn't result in a single log rotation - it results in the same log getting rotated multiple times resulting in log data loss since the previous rotated log is overwritten by the second/third/etc. rotation. -- You are receiving this mail because: You are the assignee for the bug.