Home
last modified time | relevance | path

Searched full:grpc_verbosity (Results 1 – 25 of 45) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/
DTROUBLESHOOTING.md8 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/
DTROUBLESHOOTING.md8 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/
DREADME.md25 GRPC_VERBOSITY=debug
35 GRPC_VERBOSITY=debug
42 GRPC_VERBOSITY=debug
/external/grpc-grpc/test/cpp/interop/
DREADME.md7 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/
Dphp_grpc.c88 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/
DREADME.md14 GRPC_VERBOSITY=debug
24 GRPC_VERBOSITY=debug
31 GRPC_VERBOSITY=debug
/external/grpc-grpc/tools/internal_ci/macos/
Dgrpc_objc_bazel_test.sh109 # 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/
Dgrpc_xds_php_test_in_docker.sh75 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…
Dgrpc_flaky_network_in_docker.sh24 …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/
Dgrpc_objc_bazel_test.sh107 # 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/
Dconfig_vars.cc60 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/
Dconfig_vars.cc56 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/
Dtest_config_common.bazelrc21 test --test_env=GRPC_VERBOSITY=debug
/external/grpc-grpc/tools/remote_build/include/
Dtest_config_common.bazelrc21 test --test_env=GRPC_VERBOSITY=debug
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_flaky_network_in_docker.sh24 …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/
DDockerfile.client20 ENV GRPC_VERBOSITY="DEBUG"
DDockerfile.server20 ENV GRPC_VERBOSITY="DEBUG"
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_cxx_xds/
DDockerfile.istio_echo_server38 ENV GRPC_VERBOSITY="DEBUG"
DDockerfile.xds_client38 ENV GRPC_VERBOSITY="DEBUG"
DDockerfile.xds_server38 ENV GRPC_VERBOSITY="DEBUG"
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_cxx_xds/
DDockerfile.istio_echo_server38 ENV GRPC_VERBOSITY="DEBUG"
DDockerfile.xds_server36 ENV GRPC_VERBOSITY="DEBUG"
DDockerfile.xds_client36 ENV GRPC_VERBOSITY="DEBUG"
/external/grpc-grpc/tools/dockerfile/observability-test/cpp/
DDockerfile42 ENV GRPC_VERBOSITY debug
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/observability-test/cpp/
DDockerfile43 ENV GRPC_VERBOSITY debug

12