Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util/log: automatic log redaction #7865

Closed
jseldess opened this issue Jul 30, 2020 · 1 comment
Closed

util/log: automatic log redaction #7865

jseldess opened this issue Jul 30, 2020 · 1 comment
Milestone

Comments

@jseldess
Copy link
Contributor

PR: cockroachdb/cockroach#48051

From release notes:

The server CLI commands (start, start-single-node, demo) now support a new flag named --redactable-logs, which introduces markers in generated log entries to facilitate redaction of sensitive information by cockroach debug zip and other CockroachDB APIs. This is an experimental feature currently not enabled by default, but is recommended for all deployments and will be enabled by default in a later version. Note: the flag is advertised (in --help) by cockroach start and cockroach start-single-node, where log files are expected as a matter of course; it is also supported, yet hidden (from --help), by every other CLI command because every command can also produce log entries when passed --log-dir or --logtostderr. [#48051][#48051] {% comment %}doc{% endcomment %}

@jseldess jseldess added this to the 20.2 milestone Jul 30, 2020
@jseldess
Copy link
Contributor Author

Dup of #7866

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant