File rspamd-conf.patch of Package rspamd
Index: rspamd-3.13.0/conf/rspamd.conf
===================================================================
--- rspamd-3.13.0.orig/conf/rspamd.conf
+++ rspamd-3.13.0/conf/rspamd.conf
@@ -31,7 +31,8 @@ lang_detection {
}
logging {
- type = "file";
+ type = "console";
+ systemd = true;
filename = "$LOGDIR/rspamd.log";
.include "$CONFDIR/logging.inc"
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/logging.inc"