Replies: 1 comment 1 reply
-
I have a hard time finding an error quickly to test this with. But this scrubbing should all be server side and it should also give you a reason if you hover over the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We recently enabled the
BreadcrumbHandler
for Monolog that this repo provides, and it's working. However the actual breadcrumbs show very little data, because almost all of it is scrubbed:(exception message is redacted)
As you can see, all of the logs only show the context keys, not their values. Also the log message itself is scrubbed. I know for a fact that most of this does not contain PII. Our project settings are set to the defaults:
I'd rather not disable scrubbing because it's providing a useful service, however I do want to see my logs. Can I get some insight why it's scrubbing, where it does that, and what I can do to improve this?
Beta Was this translation helpful? Give feedback.
All reactions