Change logging level

By default, the proxy is set to log information level events. These events are messages not related to requests, only the events related to the working of Dev Proxy.

To change the default logging level, update the logLevel setting in the devproxyrc.json file.

{
  "logLevel": "debug"
}

To change the logging level at run time, use the --log-level command line option.

devproxy --log-level debug

For the list of available logging levels, see the Proxy settings page.