Skip to content

Commit bbf2399

Browse files
committed
Update logs pages
1 parent cbd8aaf commit bbf2399

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/troubleshooting/send-logs.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,15 @@ There are several methods for sending logs to Cado, listed in order of ease:
1616
```
1717
sudo tar -cvzf /var/log/cado_logs.tar.gz /var/log
1818
```
19-
Then, upload the generated zip file to the Customer Portal.
19+
Then, upload the generated zip file to the Customer Portal.
20+
21+
## Downloading Logs for a single processing pipeline
22+
Logs for an individual pipeline can be downloaded by selecting "Platform" on the left menu, then clicking "Download pipeline" on the pipeline you are interested in. This will download a zip file containing the logs just for that pipeline.
23+
24+
## Data Privacy
25+
Secure settings in logs are redacted before sending to Cado.
26+
27+
For example, the following log line:
28+
```
29+
Got setting CLOUD_CRED_AWS_Default Acquisition: *****
30+
```

0 commit comments

Comments
 (0)