aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-07-16 12:13:24 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-07-16 12:13:24 +0100
commit7e5e5b53360d95d7d3cddc18c4811ce8a4c8cba1 (patch)
treeaf923990b17e277b7b633cd9949fe55764ebfc3e /conf
parent338dac6b8411e3269ab8ee0a1c73a476800b6738 (diff)
downloadrspamd-7e5e5b53360d95d7d3cddc18c4811ce8a4c8cba1.tar.gz
rspamd-7e5e5b53360d95d7d3cddc18c4811ce8a4c8cba1.zip
[Rework] Eliminate virtual scan time as it is useless
Diffstat (limited to 'conf')
-rw-r--r--conf/logging.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/logging.inc b/conf/logging.inc
index 2511d968f..f0104342a 100644
--- a/conf/logging.inc
+++ b/conf/logging.inc
@@ -4,7 +4,7 @@ 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_params]),
-len: $len, time: $time_real real, $time_virtual virtual, dns req: $dns_req,
+len: $len, time: $time_real, dns req: $dns_req,
digest: <$digest>$if_smtp_rcpts{, rcpts: <$>}$if_mime_rcpts{, mime_rcpts: <$>}$if_filename{, file: $}$if_forced_action{, forced: $}
EOD