Skip to content

Commit

Permalink
Merge pull request #517 from cado-security/cdoman/logs-details
Browse files Browse the repository at this point in the history
Update logs pages
  • Loading branch information
chrisdoman authored Jan 13, 2025
2 parents cbd8aaf + bbf2399 commit fa24040
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/troubleshooting/send-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,15 @@ There are several methods for sending logs to Cado, listed in order of ease:
```
sudo tar -cvzf /var/log/cado_logs.tar.gz /var/log
```
Then, upload the generated zip file to the Customer Portal.
Then, upload the generated zip file to the Customer Portal.

## Downloading Logs for a single processing pipeline
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.

## Data Privacy
Secure settings in logs are redacted before sending to Cado.

For example, the following log line:
```
Got setting CLOUD_CRED_AWS_Default Acquisition: *****
```

0 comments on commit fa24040

Please sign in to comment.