15 lines
528 B
Diff
15 lines
528 B
Diff
|
Index: rspamd-1.7.9/conf/rspamd.conf
|
||
|
===================================================================
|
||
|
--- rspamd-1.7.9.orig/conf/rspamd.conf
|
||
|
+++ rspamd-1.7.9/conf/rspamd.conf
|
||
|
@@ -28,7 +28,8 @@ options {
|
||
|
.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"
|