Skip to content

Commit

Permalink
fix: values.yaml reference to fides logging env vars
Browse files Browse the repository at this point in the history
this commit sets the correct name of the Fides log pii env var (as changed in ethyca/fides#2031) and changes the default logging level from debug --> info
  • Loading branch information
RobertKeyser committed Jan 24, 2023
1 parent eb53bfc commit 33b9e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fides/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ fides:
# fides.configure.additionalEnvVar adds arbitrary environment variables to the configuration, in addition to those set
# by the Helm chart. See https://ethyca.github.io/fides/installation/configuration/ for all possible values.
additionalEnvVars:
- name: FIDES__LOG_PII
- name: FIDES__LOGGING__LOG_PII
value: "false"
- name: FIDES__LOGGING__LEVEL # Accepted values include: DEBUG, INFO, WARNING, ERROR, and CRITICAL.
value: "DEBUG"
value: "INFO"
- name: FIDES__EXECUTION__SUBJECT_IDENTITY_VERIFICATION_REQUIRED
value: "false"
- name: FIDES__EXECUTION__REQUIRE_MANUAL_REQUEST_APPROVAL
Expand Down

0 comments on commit 33b9e4a

Please sign in to comment.