Hi. i set for it in my centos7 env :
/etc/systemd/journald.conf
RateLimitBurst=1000000
/etc/rsyslog.conf
$imjournalRatelimitInterval 1 $imjournalRatelimitBurst 500000
systemctl restart rsyslog.service
systemctl restart systemd-journald
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.
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr- users