LogLevel
Determined how much details will be stored into log for this configuration. Only followed values can be specified otherwise error occurred

Always - only very important messages will be logged. Errors aren't included
Error - very important messages and all errors are logged
Warning - very important messages, errors and warnings are logged
Info - very important messages, errors, warnings and verbose messages are logged
Debug - all messages include special information for support are logged
Possible values: Always, Error, Warning, Info, Debug
Default value: Error