Next: frm and from, Previous: configuration, Up: Programs [Contents][Index]
Mailutils
debugging output is controlled by a set of levels, each of
which can be set independently of others. Each debug level consists of
a category name, which identifies the part of
Mailutils
for which additional debugging is desired, and a
level number, which tells Mailutils
how verbose should its
output be.
Valid debug levels are:
Displays error conditions which are normally not reported, but passed to the caller layers for handling.
Ten levels of verbosity, ‘trace0’ producing less output, ‘trace9’ producing the maximum amount of output.
Displays network protocol interaction, where applicable.
Implementation and applicability of each level differs between various categories. The full list of categories is available in file libmailutils/diag/debcat in the Mailutils source tree. Most useful categories and levels implemented for them are discussed later in this article.
• Level Syntax | ||
• Level BNF | ||
• Debugging Categories |