Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
At a glance
Goal: Adjust Dev Proxy logging verbosity to troubleshoot issues or reduce noise
Time: 2 minutes
Prerequisites: Set up Dev Proxy
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 configuration file.
File: devproxyrc.json
Purpose: Set persistent logging level
{
"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.
See also
- Proxy settings - All logging levels
- Glossary - Dev Proxy terminology