-
Notifications
You must be signed in to change notification settings - Fork 910
Open
wso2/docs-is
#5645Description
Description:
The current documentation in [1] explains how to use masking when logging sensitive information, but it lacks the details on how to disable it altogether.
Issue: In order to disable the default log masking, users need to add the following configuration in deployment.toml file:
[masking_logs]
enabled = false
This configuration option is undocumented, which could lead to confusion for users who wish to disable log masking for debugging or other purposes (or to implement their own masking using regex).
Suggested solution: Update the documentation to include instructions on how to disable log masking by adding the configuration mentioned above.
[1] https://is.docs.wso2.com/en/latest/deploy/monitor/mask-sensitive-information-in-logs/
Metadata
Metadata
Assignees
Type
Projects
Status
No status