Next: piesctl, Previous: Configuration, Up: Top [Contents][Index]
The amount of debugging information produced by pies
is configured
by the following statements:
Set debugging level. The level must be a non-negative decimal integer. In version 1.8 the following debugging levels are used:
Log all basic actions: starting and stopping of components, received incoming TCP connections, sending mails. Notify about setting limits. Log pre-startup actions (see Actions Before Startup).
Log setting particular limits. Log the recomputed alarms.
Dump execution environments
Debug the parser of MeTA1 configuration grammar.
Debug the lexical analyzer of MeTA1 configuration file.
This statement decides whether debugging messages should contain source information. To enable source information, use:
source-info yes;
This feature is designed for pies
developers.