mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
clean logs
This commit is contained in:
@@ -360,7 +360,7 @@ export default class RunWorkflow {
|
||||
if (variable.isSecret) {
|
||||
if (this.logs[i]!.includes(variable.content!)) {
|
||||
console.log(this.logs[i]!);
|
||||
this.logs[i] = this.logs[i]!.replace(variable.content!, "<secret-variable-" + variable.name + ">")
|
||||
this.logs[i] = this.logs[i]!.replace(variable.content!, "xxxxxxxxxxxxxxx")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user