Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
grpc呼び出しが機能しない理由を突き止めようとしていますが、デバッグを有効にする方法がわからないため、grpc 接続を介して送受信されているデータを確認できます。
grpc 呼び出しのデバッグを有効にするにはどうすればよいですか?
GRPC_TRACE環境変数をに設定allして、grpc が接続の動作に関する大量のデータをダンプするようにすることができます。
GRPC_TRACE
all
export GRPC_TRACE=all
edit from comment :明らかに、次の設定も必要です。
export GRPC_VERBOSITY=DEBUG