diff options
Diffstat (limited to 'etc/dovecot/conf.d/10-logging.conf')
| -rw-r--r-- | etc/dovecot/conf.d/10-logging.conf | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/etc/dovecot/conf.d/10-logging.conf b/etc/dovecot/conf.d/10-logging.conf index 6313c18..76000ad 100644 --- a/etc/dovecot/conf.d/10-logging.conf +++ b/etc/dovecot/conf.d/10-logging.conf @@ -20,6 +20,22 @@ ## Logging verbosity and debugging. ## +# 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. +# +# 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 +# any time an error is logged, which can be useful for debugging. +#log_core_filter = + # Log unsuccessful authentication attempts and the reasons why they failed. #auth_verbose = no @@ -72,7 +88,7 @@ plugin { # Log prefix for mail processes. See doc/wiki/Variables.txt for list of # possible variables you can use. -#mail_log_prefix = "%s(%u): " +#mail_log_prefix = "%s(%u)<%{pid}><%{session}>: " # Format to use for logging mail deliveries: # %$ - Delivery status message (e.g. "saved to INBOX") |
