aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/protocol.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-04-03 17:57:40 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-04-03 17:57:59 +0100
commitbedfdd15011a34449432cd2d3a5afd36c89423a6 (patch)
tree1f9f761b80b74652974e416fd5c5278a7d57ac82 /src/libserver/protocol.c
parentb8606a2916d39c6f0eacbc8c1530a003bda36c00 (diff)
downloadrspamd-bedfdd15011a34449432cd2d3a5afd36c89423a6.tar.gz
rspamd-bedfdd15011a34449432cd2d3a5afd36c89423a6.zip
[Minor] Move some important messages to higher log level
Diffstat (limited to 'src/libserver/protocol.c')
-rw-r--r--src/libserver/protocol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libserver/protocol.c b/src/libserver/protocol.c
index d1f1da797..f9e9b3051 100644
--- a/src/libserver/protocol.c
+++ b/src/libserver/protocol.c
@@ -686,7 +686,7 @@ urls_protocol_cb (gpointer key, gpointer value, gpointer ud)
len = task->from_envelope->addr_len;
}
- msg_info_task_encrypted ("<%s> %s: %*s; ip: %s; URL: %*s",
+ msg_notice_task_encrypted ("<%s> %s: %*s; ip: %s; URL: %*s",
task->message_id,
has_user ? "user" : "from",
len, user_field,
@@ -1211,7 +1211,7 @@ rspamd_protocol_http_reply (struct rspamd_http_message *msg,
if (task->cfg->log_flags & RSPAMD_LOG_FLAG_RE_CACHE) {
restat = rspamd_re_cache_get_stat (task->re_rt);
g_assert (restat != NULL);
- msg_info_task (
+ msg_notice_task (
"regexp statistics: %ud pcre regexps scanned, %ud regexps matched,"
" %ud regexps total, %ud regexps cached,"
" %HL bytes scanned using pcre, %HL bytes scanned total",