Hello !
Since I moved my OS to RHEL 7, the logs management has changed. I cannot have all logs in /var/log/messages as I used to have. Indeed, there is journald/rsyslog which blocked logs to be written after hundreds/thousands of messages.
I tried to set these values to 0:
vim /etc/systemd/journald.conf
[Journal]
[…]
RateLimitInterval=0
RateLimitBurst=0
But the problem is still present.
Anyone has already solved this problem?
Regards,
Igor.