-
Notifications
You must be signed in to change notification settings - Fork 477
Description
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 bycockroach debug zipand 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) bycockroach startandcockroach 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-diror--logtostderr. [#48051][#48051] {% comment %}doc{% endcomment %}