Log Levels

By default, the log level is set to 0. This provides basic operational logging.

For more in depth logging, you can increase the value to the following numbers:
0 - Default Logging Level
1 - Enable SQL level logging
2 - Enable in-depth component logging

Note that each level is inclusive of all lower levels.
It is not recommended to leave this setting higher than 0 for normal operations, as it has the potential to dramatically increase log size.