fix(cli): redact task run env values from debug log (#4336)
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user