Next: , Previous: , Up: Top   [Contents][Index]


4 Pies Debugging

The amount of debugging information produced by pies is configured by the following statements:

Config: debug level

Set debugging level. The level must be a non-negative decimal integer. In version 1.8 the following debugging levels are used:

1

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).

2

Log setting particular limits. Log the recomputed alarms.

4

Dump execution environments

6

Debug the parser of MeTA1 configuration grammar.

7

Debug the lexical analyzer of MeTA1 configuration file.

Config: source-info bool

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.