> Hello! I currently use Debian Unstable with logrotate 3.14.0-3. I can confirm > this bug. My configs are the default ones as shipped by Debian. Ever since the > installation of my system (~2 months) no logs were rotated, and, for example, > /var/log/kern.log is 60 mb large, with no files like kern.log.*.gz in place. > If I can help by providing more information, please let me know.
Can you run `grep -R kern /etc/logrotate.d` and post the matching file if any? Also can you show the output of `journalctl -u logrotate.service` (as root)? Also `grep kern /var/lib/logrotate/status`?