Syslog not working 1.4

Running version

Version:          VyOS 1.4.0-epa2
Release train:    sagitta

UDP and Port are have defaults set

set system syslog host 192.168.0.5
Possible completions:
+> facility             Facility for logging
 > format               Logging format
   port                 Port number used by connection (default: 514)
   protocol             Protocol to be used (TCP/UDP) (default: udp)

So I removed octet-counted and ended up with just

set system syslog host 192.168.100.122 facility all level debug

logs get flooded with the same error about logrotate and nothing coming through to syslog server.

May 08 08:03:20 box rsyslogd[666332]: program '/usr/sbin/logrotate' (pid 666465) exited with status 1 [v8.2302.0]
May 08 08:03:20 box rsyslogd[666332]: program '/usr/sbin/logrotate' (pid 666473) exited with status 1 [v8.2302.0]
May 08 08:03:20 box rsyslogd[666332]: program '/usr/sbin/logrotate' (pid 666481) exited with status 1 [v8.2302.0]
May 08 08:03:20 box rsyslogd[666332]: child process (pid 666489) exited with status 1 [v8.2302.0]
May 08 08:03:20 box rsyslogd[666332]: program '/usr/sbin/logrotate' (pid 666497) exited with status 1 [v8.2302.0]

Anything else I can check?