-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
log: the 21.2 refactor removed auto-redaction for log tags #72905
Labels
A-logging
In and around the logging infrastructure.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
regression
Regression from a release.
Comments
knz
added
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
regression
Regression from a release.
A-logging
In and around the logging infrastructure.
labels
Nov 18, 2021
There's another issue: if |
cc @thtruo @dhartunian @jtsiros for triage |
NB: this currently impacts the CC infrastructure and the 21.2 telemetry pipeline |
I have implemented a unit test that demonstrates the problem in #72992. |
dhartunian
added
T-observability-inf
and removed
T-server-and-security
DB Server & Security
labels
Nov 22, 2021
changed #72992 to include a fix too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-logging
In and around the logging infrastructure.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
regression
Regression from a release.
Describe the problem
In 21.1 and prior versions, the "tags" part of a log entry envelope were redacted if the sink flag
redact
was set totrue
.In 21.2, this redaction is not taking place any more. This is a regression.
To Reproduce
cockroach start-single-node ... --log='sinks: {stderr: {filter: INFO, redact: true}}'
Expected behavior
redactable value are redacted
The text was updated successfully, but these errors were encountered: