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 authored Aug 21, 2024
1 parent 1e8eddf commit 70e61f9
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 70e61f9

Please sign in to comment.