Attribute | Description | Synonyms |
---|---|---|
file | Specifies the log file name. If omitted the log messages are redirected to the standard error stream (stderr). | n/a |
Value | Effect | Synonyms |
---|---|---|
yes | Turns on logging of errors and generic information. | y, true, on, 1 |
no | Turns off logging. This is the default value. | n, false, off, 0 |
Option | Description |
---|---|
<debug> | Indicates to log debug information. The following children elements are supported: <config>: include explicit configuration in the log <config full=”yes”>: include full configuration in the log |
<error> | Indicates to log errors. The following children elements are supported: <atend>: log EOF errors <notfound>: log NOTFOUND errors <duplicate>: log DUPLICATE errors |
<info> | Indicates to log generic information. |
<profile> | Indicates to log performance profiling information. |
<warning> | Indicates to insert a warning into the log file. |
<log>yes</log> |
<log file="mylog.txt"> <error>yes</error> <info>yes</info> </log> |