diff --git a/launchable/commands/record/commit.py b/launchable/commands/record/commit.py index 16128f101..7bdbf5198 100644 --- a/launchable/commands/record/commit.py +++ b/launchable/commands/record/commit.py @@ -110,8 +110,7 @@ def exec_jar(source: str, max_days: int, app: Application, is_collect_message: b "-endpoint", "{}/intake/".format(base_url), "-max-days", - str(max_days), - "-scrub-pii" + str(max_days) ]) if Logger().logger.isEnabledFor(LOG_LEVEL_AUDIT):