Summary
Configure the amount of detail when Web Administration Console 9 logs error messages.
Resolution
In the Web Administration Console installation folder, modify the web.config file to change logging levels.
<add key="LogLevel" value="1"/>
Value | Description |
0 | No error logging. |
1 | Only log critical errors. |
5 | Log critical errors and important warnings. |
10 | Log critical errors, important warnings, and informational messages. |
100 | Log all errors and messages. |