| /external/rust/crates/grpcio-sys/grpc/ |
| D | TROUBLESHOOTING.md | 8 the `GRPC_VERBOSITY` and `GRPC_TRACE` environment variables that can be used to increase the amount… 11 ## GRPC_VERBOSITY section in Troubleshooting gRPC 13 `GRPC_VERBOSITY` is used to set the minimum level of log messages printed by gRPC (supported values… 23 GRPC_VERBOSITY=debug ./helloworld_application_using_grpc 31 GRPC_VERBOSITY=info GRPC_TRACE=api ./helloworld_application_using_grpc 36 GRPC_VERBOSITY=debug GRPC_TRACE=tcp,http,api ./helloworld_application_using_grpc
|
| /external/grpc-grpc/ |
| D | TROUBLESHOOTING.md | 8 the `GRPC_VERBOSITY` and `GRPC_TRACE` environment variables that can be used to increase the amount… 11 ## GRPC_VERBOSITY section in Troubleshooting gRPC 13 `GRPC_VERBOSITY` is used to set the minimum level of log messages printed by gRPC (supported values… 23 GRPC_VERBOSITY=debug ./helloworld_application_using_grpc 31 GRPC_VERBOSITY=info GRPC_TRACE=api ./helloworld_application_using_grpc 36 GRPC_VERBOSITY=debug GRPC_TRACE=tcp,http,api ./helloworld_application_using_grpc
|
| /external/grpc-grpc/examples/python/debug/ |
| D | README.md | 25 GRPC_VERBOSITY=debug 35 GRPC_VERBOSITY=debug 42 GRPC_VERBOSITY=debug
|
| /external/grpc-grpc/test/cpp/interop/ |
| D | README.md | 7 GRPC_VERBOSITY=DEBUG ibazel run --compilation_mode=dbg //test/cpp/interop:interop_server -- --port=… 11 GRPC_VERBOSITY=DEBUG ibazel run --test_output=streamed //test/cpp/interop:interop_client -- --serve…
|
| /external/grpc-grpc/src/php/ext/grpc/ |
| D | php_grpc.c | 88 STD_PHP_INI_ENTRY("grpc.grpc_verbosity", NULL, PHP_INI_SYSTEM, OnUpdateString, in PHP_INI_BEGIN() 89 grpc_verbosity, zend_grpc_globals, grpc_globals) in PHP_INI_BEGIN() 234 if (GRPC_G(grpc_verbosity)) { in apply_ini_settings() 235 char *verbosity_str = malloc(sizeof("GRPC_VERBOSITY=") + in apply_ini_settings() 236 strlen(GRPC_G(grpc_verbosity))); in apply_ini_settings() 237 strcpy(verbosity_str, "GRPC_VERBOSITY="); in apply_ini_settings() 238 strcat(verbosity_str, GRPC_G(grpc_verbosity)); in apply_ini_settings() 616 grpc_globals->grpc_verbosity = NULL; in PHP_GINIT_FUNCTION()
|
| /external/grpc-grpc/examples/cpp/debugging/ |
| D | README.md | 14 GRPC_VERBOSITY=debug 24 GRPC_VERBOSITY=debug 31 GRPC_VERBOSITY=debug
|
| /external/grpc-grpc/tools/internal_ci/macos/ |
| D | grpc_objc_bazel_test.sh | 109 # NOTE: When using bazel to run the tests, test env variables like GRPC_VERBOSITY or GRPC_TRACE 111 # The below configuration runs all the tests with --test_env=GRPC_VERBOSITY=debug, which makes 146 --test_env=GRPC_VERBOSITY=debug --test_env=GRPC_TRACE=event_engine,api \
|
| /external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/ |
| D | grpc_xds_php_test_in_docker.sh | 75 GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,xds_cluster_manager_lb,cds_lb,xds_cluster_r… 89 GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,xds_cluster_manager_lb,cds_lb,xds_cluster_r…
|
| D | grpc_flaky_network_in_docker.sh | 24 …00 //test/cpp/end2end:flaky_network_test --test_env=GRPC_TRACE=http --test_env=GRPC_VERBOSITY=DEBUG
|
| /external/rust/crates/grpcio-sys/grpc/tools/internal_ci/macos/ |
| D | grpc_objc_bazel_test.sh | 107 # NOTE: When using bazel to run the tests, test env variables like GRPC_VERBOSITY or GRPC_TRACE 109 # The below configuration runs all the tests with --test_env=GRPC_VERBOSITY=debug, which makes
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/config/ |
| D | config_vars.cc | 60 ABSL_FLAG(absl::optional<std::string>, grpc_verbosity, {}, 101 verbosity_(LoadConfig(FLAGS_grpc_verbosity, "GRPC_VERBOSITY", in ConfigVars()
|
| /external/grpc-grpc/src/core/lib/config/ |
| D | config_vars.cc | 56 ABSL_FLAG(absl::optional<std::string>, grpc_verbosity, {}, 101 verbosity_(LoadConfig(FLAGS_grpc_verbosity, "GRPC_VERBOSITY", in ConfigVars()
|
| /external/rust/crates/grpcio-sys/grpc/tools/remote_build/include/ |
| D | test_config_common.bazelrc | 21 test --test_env=GRPC_VERBOSITY=debug
|
| /external/grpc-grpc/tools/remote_build/include/ |
| D | test_config_common.bazelrc | 21 test --test_env=GRPC_VERBOSITY=debug
|
| /external/grpc-grpc/tools/internal_ci/linux/ |
| D | grpc_flaky_network_in_docker.sh | 24 …00 //test/cpp/end2end:flaky_network_test --test_env=GRPC_TRACE=http --test_env=GRPC_VERBOSITY=DEBUG
|
| /external/grpc-grpc/src/python/grpcio_tests/tests_py3_only/interop/ |
| D | Dockerfile.client | 20 ENV GRPC_VERBOSITY="DEBUG"
|
| D | Dockerfile.server | 20 ENV GRPC_VERBOSITY="DEBUG"
|
| /external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_cxx_xds/ |
| D | Dockerfile.istio_echo_server | 38 ENV GRPC_VERBOSITY="DEBUG"
|
| D | Dockerfile.xds_client | 38 ENV GRPC_VERBOSITY="DEBUG"
|
| D | Dockerfile.xds_server | 38 ENV GRPC_VERBOSITY="DEBUG"
|
| /external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_cxx_xds/ |
| D | Dockerfile.istio_echo_server | 38 ENV GRPC_VERBOSITY="DEBUG"
|
| D | Dockerfile.xds_server | 36 ENV GRPC_VERBOSITY="DEBUG"
|
| D | Dockerfile.xds_client | 36 ENV GRPC_VERBOSITY="DEBUG"
|
| /external/grpc-grpc/tools/dockerfile/observability-test/cpp/ |
| D | Dockerfile | 42 ENV GRPC_VERBOSITY debug
|
| /external/rust/crates/grpcio-sys/grpc/tools/dockerfile/observability-test/cpp/ |
| D | Dockerfile | 43 ENV GRPC_VERBOSITY debug
|