Skip to content

Provide Documentation on Disabling Default Log Masking in IS #21708

@darksoul96

Description

@darksoul96

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

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions