# path is relative or it starts with "~/" it is interpreted relative to the
# current user's home directory.
#sieve_trace_dir =
+ sieve_trace_dir = ~/sieve.trace.d
# The verbosity level of the trace messages. Trace debugging is disabled if
# this setting is not configured. Possible values are:
# "matching" - Print all executed commands, performed tests and the
# values matched in those tests.
#sieve_trace_level =
+ sieve_trace_level = matching
# Enables highly verbose debugging messages that are usually only useful for
# developers.
# Enables showing byte code addresses in the trace output, rather than only
# the source line numbers.
#sieve_trace_addresses = no
+ sieve_trace_addresses = yes
}