You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The redaction processor currently supports redacting attributes. However, sensitive data often resides in log.body, where user-generated messages or critical information is logged.
Describe the solution you'd like
Add support for redacting log.body in the redaction processor.
Describe alternatives you've considered
No response
Additional context
If this proposal makes sense to the community, I am willing to contribute to the implementation as a feature PR.