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

Critical - 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
Information - very important messages, errors, warnings and verbose messages (include HTTP & WebSocket API calls) are logged. Warning! This level can generate large log files. Enable it only if you want to log all API calls
Debug - all messages (included HTTP & WebSocket API calls) and special information for support are logged. Warning! This level generate very large log files. Enable it only if it requested from support
Possible values: Critical, Error, Warning, Information, Debug
Default value: Error