Node:Logging and Debugging, Next:Extending Sieve, Previous:Invoking Sieve, Up:sieve interpreter
The default behavior of sieve
is to remain silent about
anything except errors. However, it is sometimes necessary to see
which actions are executed and on which messages. This is particularly
useful when debugging the sieve scripts. The --verbose
(-v
) option outputs log of every action executed.
Option --debug
allows to produce even more detailed debugging
information. This option takes an argument specifying the
debugging level to be enabled. The argument can consist of the
following letters:
t
T
mailutils
library.
P
g
i
Note, that there should be no whitespace
between the short variant of the option (-d
), and its
argument. Similarly, when using long option (--debug
),
its argument must be preceded by equal sign.
If the argument to --debug
is omitted, it defaults to
TPt
.
Option --dump
produces the disassembled dump of the compiled
sieve program.
By default sieve
output all diagnostics on standard error and verbose
logs on standard output. This behaviour is changed when
--log-facility
is given in the command line (see logging).
This option causes sieve
to output its diagnostics to
the given syslog facility.