datastax / diagnostic-collection

Diagnostic Collector for Apache Cassandra
Apache License 2.0
28 stars 35 forks source link

trap console to file, masking all sensitive data #89

Closed michaelsembwever closed 2 years ago

michaelsembwever commented 2 years ago

when debugging it is common to ask for the set -x change and to upload the console output.

the console output isn't always re-attainable, and can contain sensitive information.

is it possible to trap it to a file, mask out sensitive info, so it's ready and simple to share …?

michaelsembwever commented 2 years ago

merged.