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.
Shows logs from a running Dev Proxy instance.
Synopsis
devproxy logs [options]
Options:
--pid <pid> Show logs from a specific instance
--output <format> Output format: text|json (default: text)
--log-level <level> Logging level: trace|debug|information|warning|error
-h, --help Show help
Usage
devproxy logs
Arguments
None
Options
| Name | Description | Allowed values | Default |
|---|---|---|---|
--log-level <loglevel> |
Level of messages to log | trace, debug, information, warning, error |
information |
--output <format> |
Output format for structured logging | text, json |
text |
--pid <pid> |
Show logs from a specific Dev Proxy instance by process ID | integer | n/a |
Remarks
When you run multiple Dev Proxy instances (using --as-system-proxy false), use the --pid option to show logs from a specific instance.
See also
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.