Skip to content

Commit

Permalink
chore: remove debug level env vars
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Belanger <guillaume.belanger27@gmail.com>
  • Loading branch information
gruyaume committed Dec 6, 2024
1 parent a75a486 commit 4796515
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,10 +547,6 @@ def _pebble_layer(self) -> Layer:
@property
def _environment_variables(self) -> dict:
return {
"GRPC_GO_LOG_VERBOSITY_LEVEL": "99",
"GRPC_GO_LOG_SEVERITY_LEVEL": "info",
"GRPC_TRACE": "all",
"GRPC_VERBOSITY": "debug",
"POD_IP": _get_pod_ip(),
"MANAGED_BY_CONFIG_POD": "true",
}
Expand Down
4 changes: 0 additions & 4 deletions tests/unit/test_charm_configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,6 @@ def test_given_given_workload_ready_when_configure_then_pebble_plan_is_applied(
"override": "replace",
"command": "/bin/pcf --pcfcfg /etc/pcf/pcfcfg.yaml",
"environment": {
"GRPC_GO_LOG_VERBOSITY_LEVEL": "99",
"GRPC_GO_LOG_SEVERITY_LEVEL": "info",
"GRPC_TRACE": "all",
"GRPC_VERBOSITY": "debug",
"POD_IP": "1.1.1.1",
"MANAGED_BY_CONFIG_POD": "true",
},
Expand Down

0 comments on commit 4796515

Please sign in to comment.