ログ

実行中の Dev Proxy インスタンスからのログを表示します。

概要

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

使用方法

devproxy logs

引数

なし

オプション

名前 説明 使用できる値 デフォルト
--log-level <loglevel> ログに記録するメッセージのレベル tracedebuginformationwarningerror information
--output <format> 構造化ログの出力形式 textjson text
--pid <pid> プロセス ID で特定の Dev Proxy インスタンスからのログを表示する 整数 なし

注釈

( --as-system-proxy falseを使用して) 複数の Dev Proxy インスタンスを実行する場合は、 --pid オプションを使用して、特定のインスタンスからのログを表示します。

こちらも参照ください