Release 20.07.2023 | Client-wide logging level
New
- Now you can specify logging level and format in a client configuration file. Settings keys are same as it is in Web.config file:
In case logging level is not specified in the client configuration file, the global one will be used.<add key="logging-level" value="Debug"/> <add key="logging-format" value="json"/>