Edit

Share via


logs

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