google / google/cloud-forensics-utils
Excessive logging from GoogleCloudStorageTransfer
Open
- Dominant language
- Python
- Stars
- 507
- Forks
- 93
- Avg merge
- 10m
- Merged PRs (30d)
- 2
Description
In https://github.com/google/cloud-forensics-utils/blob/main/libcloudforensics/providers/gcp/internal/storagetransfer.py#L151
Currently the storage transfer client dumps the request status to the logger every 5 seconds. For transfers that take a long time, this produces a large amount of output. It might be worthwhile reducing this, perhaps looking into some kind of waiter for the transfer.
Contributor guide
Assessment
This issue has not been assessed yet.