diff --git a/yarn-project/foundation/src/config/env_var.ts b/yarn-project/foundation/src/config/env_var.ts index 874ed934b4d5..10c3c4a22f8f 100644 --- a/yarn-project/foundation/src/config/env_var.ts +++ b/yarn-project/foundation/src/config/env_var.ts @@ -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';