Skip to content

Commit

Permalink
fix: Add DEBUG and LOG_LEVEL to valid env vars (#8094)
Browse files Browse the repository at this point in the history
Otherwise they don't get forwarded to the container if run with the
aztec script.
  • Loading branch information
spalladino committed Aug 27, 2024
1 parent 1c7d3da commit 9e11baf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion yarn-project/foundation/src/config/env_var.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,6 @@ export type EnvVar =
| 'VALIDATOR_PRIVATE_KEY'
| 'VALIDATOR_DISABLED'
| 'PROVER_NODE_DISABLE_AUTOMATIC_PROVING'
| 'PROVER_NODE_MAX_PENDING_JOBS';
| 'PROVER_NODE_MAX_PENDING_JOBS'
| 'LOG_LEVEL'
| 'DEBUG';

0 comments on commit 9e11baf

Please sign in to comment.