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.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.