The warning option indicates to log warnings about potentially unwanted conditions in the specified log file.
The warnings do not represent blocking errors.
Accepted Values
Value |
Effect |
Synonyms |
---|---|---|
yes |
This value turns on warning logging. |
y, true, on, 1 |
no |
This value turns off warning logging. |
n, false, off, 0 |
Examples
The following example enables the logging of warnings only:
<log file=mylog.txt>
<warning>yes</warning>
</log>