15 lines
535 B
Diff
15 lines
535 B
Diff
|
Index: rspamd-3.7.5/conf/rspamd.conf
|
||
|
===================================================================
|
||
|
--- rspamd-3.7.5.orig/conf/rspamd.conf
|
||
|
+++ rspamd-3.7.5/conf/rspamd.conf
|
||
|
@@ -34,7 +34,8 @@ lang_detection {
|
||
|
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/cgp.inc"
|
||
|
|
||
|
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"
|