]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doc/eaxmple: 10-logging.conf - Update syntax example to point to online documentation
authorAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 16 Feb 2021 11:25:40 +0000 (13:25 +0200)
committerMarkus Valentin <markus.valentin@open-xchange.com>
Tue, 2 Mar 2021 14:17:35 +0000 (15:17 +0100)
doc/example-config/conf.d/10-logging.conf

index bcd6dea31e973da49432e8b3e568f1fd0d446631..beb15ba60b0215c290a68d28329b301232f263c0 100644 (file)
 # Log filter is a space-separated list conditions. If any of the conditions
 # match, the log filter matches (i.e. they're ORed together). Parenthesis
 # are supported if multiple conditions need to be matched together.
-# Supported conditions are:
-#  event:<name wildcard> - Match event name. '*' and '?' wildcards supported.
-#  source:<filename>[:<line number>] - Match source code filename [and line]
-#  field:<key>=<value wildcard> - Match field key to a value. Can be specified
-#    multiple times to match multiple keys.
-#  cat[egory]:<value> - Match a category. Can be specified multiple times to
-#    match multiple categories.
-# For example: event:http_request_* (cat:error cat:storage)
-
+#
+# See https://doc.dovecot.org/configuration_manual/event_filter/ for details.
+#
+# For example: event=http_request_* AND category=error AND category=storage
+#
 # Filter to specify what debug logging to enable. This will eventually replace
 # mail_debug and auth_debug settings.
 #log_debug = 
 
-# Crash after logging a matching event. For example category:error will crash
+# Crash after logging a matching event. For example category=error will crash
 # any time an error is logged, which can be useful for debugging.
 #log_core_filter =