The info option indicates to log generic information in the specified log file.
Accepted Values
Value |
Effect |
Synonyms |
---|---|---|
yes |
This value turns on generic information logging. |
y, true, on, 1 |
no |
This value turns off generic information logging |
n, false, off, 0 |
Examples
The following example enables the logging of generic information only:
<log file=mylog.txt>
<info>yes</info>
</log>