Change in /etc/logrotate.d/inetutils-syslogd from: /etc/init.d/inetutils-syslogd reload >/dev/null to: /etc/init.d/rsyslog rotate >/dev/null Ok Thx ! I will try.
Distrib : Debian GNU/Linux 9 (stretch) Scrollout Release : 2018-04-08 Hi all, I try to redirect scrollout log to a syslog server. I find that rsyslog is installed but i have syslog-ng to installed... I add my config in a new file /etc/rsyslog.d/01-my_syslog.conf With this line in it : *.* @syslogip:1515;RSYSLOG_SyslogProtocol23Format And do a : service rsyslog restart All good. Logs go to my syslog server. Two days after no more logs in my syslog server. I came back to scrollout and : service rsyslog...