Use tail for logs instead of rsyslog
parent
215ba74275
commit
b5e68a41cb
@ -1,4 +0,0 @@
|
||||
$ModLoad imuxsock
|
||||
$template noTimestampFormat,"%syslogtag%%msg%\n"
|
||||
$ActionFileDefaultTemplate noTimestampFormat
|
||||
*.*;auth,authpriv.none /dev/stdout
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
rspamd -i
|
||||
rsyslogd -n
|
||||
tail -f /var/log/rspamd/rspamd.log
|
||||
|
Loading…
Reference in New Issue