-
Notifications
You must be signed in to change notification settings - Fork 468
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
document redactable logs + logging format #7490
Comments
Related email from @knz: Hi all, we're shortly implementing a change that equip error objects with unsafe data redaction, as well as enabling redactable logs by default. What this means for you:
The first one is called "vertical ellipsis" (⋮) indicates that the remainder of the log line is redactable. The "‹" and "›" are small angle brackets and enclose sensitive information. We need "⋮" for compatibility when merging logs across versions: entries from past versions will not contain ‹/› markers and yet will be unsafe for reporting or inclusion in redacted debug zips. (This feature was already available when the flag
If you find yourself missing information, consider perusing the advice from the presentation last month to make more details non-redactable.
(you can also use At this time, the following issues are known, and fixes for them will be added soon:
This is the highest priority flaw remaining to be fixed, and a patch will follow shortly. This is tracked in cockroachdb/cockroach#53207 |
@Amruta-Ranade, is there still more work to be done here, or did #7490 resolve this? |
"Unsafe" data can be automatically stripped out of logs using a new flag. Reference
--redactable-logs
PR: cockroachdb/cockroach#48051
From release notes:
Update: Related issue: util/logs: request redactable logs by default #8395
The text was updated successfully, but these errors were encountered: