I have a service set up on CentOS 7 which outputs a lot of log messages, which results in this in the system log / journal: systemd-journal[xxxx]: Suppressed 864 messages from /system.slice/example.service
.
However, I want to see all of the service messages for debug and diagnostic purposes. Furthermore, I want to disable rate limiting, since this is just a test server.
I've set RateLimitInterval=0
and RateLimitBurst=0
in /etc/systemd/journald.conf, but systemd-journal doesn't seem to obey this setting. A systemctl restart systemd-journald
command or system restart doesn't seem to work.
Any suggestions on how to diagnose this? Is there a command to show what configuration systemd-journald is currently using?