Skip to content

Commit

Permalink
Verbose GRPC traces
Browse files Browse the repository at this point in the history
See https://github.com/grpc/grpc/blob/master/TROUBLESHOOTING.md

Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
  • Loading branch information
Alexander Indenbaum committed Feb 18, 2025
1 parent 29696be commit 28188e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ services:
- "$NVMEOF_IO_PORT" # I/O controllers
- "$NVMEOF_GW_PORT" # Gateway
- "$NVMEOF_PROMETHEUS_PORT" # Prometheus Exporter
environment:
GRPC_TRACE: tcp,http,api
GRPC_VERBOSITY: DEBUG
depends_on:
ceph:
condition: service_healthy
Expand Down

0 comments on commit 28188e2

Please sign in to comment.