diff --git a/legacy/src/Command/Integration/IntegrationCommandBase.php b/legacy/src/Command/Integration/IntegrationCommandBase.php index fa63b13f..d1c553c4 100644 --- a/legacy/src/Command/Integration/IntegrationCommandBase.php +++ b/legacy/src/Command/Integration/IntegrationCommandBase.php @@ -622,6 +622,14 @@ private function getFields(): array 'required' => false, 'avoidQuestion' => true, ]), + 'redaction' => new BooleanField('Redaction', [ + 'conditions' => ['type' => $logForwardingTypes], + 'description' => 'Whether to enable built-in PII redaction (e.g. email addresses) before forwarding log lines', + 'questionLine' => 'Should built-in PII redaction be enabled', + 'default' => false, + 'required' => false, + 'avoidQuestion' => true, + ]), 'headers' => new ArrayField('HTTP header', [ 'optionName' => 'header', 'conditions' => ['type' => [