From f0004af0229a615d166716ed65ea1c3aff11f9fb Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 11 Oct 2019 09:34:40 +0100 Subject: [Conf] Clarify documentation in the config files --- conf/logging.inc | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'conf/logging.inc') diff --git a/conf/logging.inc b/conf/logging.inc index ebdbfc110..00dba3915 100644 --- a/conf/logging.inc +++ b/conf/logging.inc @@ -1,4 +1,17 @@ -# Included from top-level .conf file +# Logging configuration +# Please don't modify this file as your changes might be overwritten with +# the next update. +# +# You can modify 'local.d/logging.inc' to add and merge +# parameters defined inside this section +# +# You can modify 'override.d/logging.inc' to strictly override all +# parameters defined inside this section +# +# See https://rspamd.com/doc/faq.html#what-are-the-locald-and-overrided-directories +# for details +# +# Relevant documentation: https://rspamd.com/doc/configuration/logging.html level = "info"; log_format =<