aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-11-17 17:31:38 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-11-17 17:31:38 +0000
commitaae6b4505ce05c502f268710d522b088f2ef77dd (patch)
tree1d372a18def3ac6c5ace82dd5f3d7f38160e407d /conf
parent0bf8c7f7ee337793c06cd4797ad812227b61dbd7 (diff)
downloadrspamd-aae6b4505ce05c502f268710d522b088f2ef77dd.tar.gz
rspamd-aae6b4505ce05c502f268710d522b088f2ef77dd.zip
[Config] Improve default logging
Diffstat (limited to 'conf')
-rw-r--r--conf/logging.inc9
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/logging.inc b/conf/logging.inc
index ac057670f..24bb96972 100644
--- a/conf/logging.inc
+++ b/conf/logging.inc
@@ -2,8 +2,9 @@
level = "info";
log_format =<<EOD
-id: <$mid>,$if_qid{ qid: <$>,}$if_ip{ ip: $,}$if_user{ user: $,}$if_smtp_from{ from: <$>,}
-(default: $is_spam ($action): [$scores] [$symbols_scores]),
-len: $len, time: $time_real real,
-$time_virtual virtual, dns req: $dns_req
+id: <$mid>,$if_qid{ qid: <$>,}$if_ip{ ip: $,}
+$if_user{ user: $,}$if_smtp_from{ from: <$>,} (default: $is_spam
+($action): [$scores] [$symbols_scores_params]), len: $len, time: $time_real real,
+ $time_virtual virtual, dns req: $dns_req, digest: <$digest>
+$if_smtp_rcpts{ rcpts: <$>, }$if_mime_rcpt{ mime_rcpt: <$>, }
EOD