fix(cli): redact task run env values from debug log (#4336)

This commit is contained in:
Chris Arderne
2026-07-22 13:32:37 +01:00
committed by GitHub
parent 11d8a05fa6
commit 509a4597bd
2 changed files with 6 additions and 1 deletions
@@ -0,0 +1,5 @@
---
"trigger.dev": patch
---
Avoid logging task run environment variable values at debug level
@@ -151,7 +151,7 @@ export class TaskRunProcess {
};
logger.debug(`initializing task run process`, {
env: fullEnv,
envKeys: Object.keys(fullEnv),
path: workerManifest.workerEntryPoint,
cwd,
});