diff --git a/docs/security/data-examples.md b/docs/security/data-examples.md index 7dfceb845..2eb1e6874 100644 --- a/docs/security/data-examples.md +++ b/docs/security/data-examples.md @@ -2,6 +2,8 @@ This page provides examples of the various data sent to Launchable with the CLI. +You can also use the `--log-level audit` global option when you invoke the CLI to view exactly what data was passed in the request. See [CLI reference](../resources/cli-reference.md#log-level). + ## Recording builds e.g. `launchable record build --name 549854157 --source .` diff --git a/docs/security/data-privacy-and-protection.md b/docs/security/data-privacy-and-protection.md index 9c1a615ea..a2abcd09b 100644 --- a/docs/security/data-privacy-and-protection.md +++ b/docs/security/data-privacy-and-protection.md @@ -37,7 +37,7 @@ The two key inputs for this are: * the duration of each test case * test case associations to test suites \(e.g. ‘unit tests,' ‘integration tests,’ etc.\) -See [Data examples](data-examples.md) for example `POST` bodies of what precisely is sent. +See [Data examples](data-examples.md) for example `POST` bodies of what precisely is sent. You can also use the `--log-level audit` global option when you invoke the CLI to view exactly what data was passed in the request. See [CLI reference](../resources/cli-reference.md#log-level). ## Data storage and retention