Skip to content

Conversation

ashviniwe
Copy link

Purpose

This PR updates the log masking documentation to include instructions on how to disable the default log masking feature.

Related Issue

Fixes: wso2/product-is#21708

@ashviniwe ashviniwe marked this pull request as ready for review October 21, 2025 13:34
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds documentation on how to disable the default log masking feature in WSO2 Identity Server across multiple versions.

Key Changes:

  • Added a new section explaining how to disable default log masking
  • Instructions include the configuration file location and required TOML configuration

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
en/identity-server/next/docs/deploy/monitor/mask-sensitive-information-in-logs.md Added section on disabling default log masking
en/identity-server/7.1.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md Added section on disabling default log masking
en/identity-server/7.0.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md Added section on disabling default log masking
en/identity-server/6.1.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md Added section on disabling default log masking
en/identity-server/5.9.0/docs/setup/masking-sensitive-information-in-logs.md Added subsection on disabling default log masking
en/identity-server/5.11.0/docs/setup/masking-sensitive-information-in-logs.md Added subsection on disabling default log masking
en/identity-server/5.10.0/docs/setup/masking-sensitive-information-in-logs.md Added subsection on disabling default log masking
Comments suppressed due to low confidence (1)


## Disabling Default Log Masking

By default, log masking is enabled. To disable log masking, navigate to `<IS-HOME>/repository/conf/deployment.toml` and add the following configuration.
Copy link

Copilot AI Oct 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Break this sentence into two shorter sentences for better scannability. Consider: 'Log masking is enabled by default. To disable it, add the following configuration to <IS-HOME>/repository/conf/deployment.toml.'

Copilot generated this review using guidance from repository custom instructions.


### Disabling Default Log Masking

To disable log masking, navigate to `<IS-HOME>/repository/conf/deployment.toml` and add the following configuration.
Copy link

Copilot AI Oct 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Break this sentence into two shorter sentences for better scannability. Consider: 'To disable log masking, open the <IS-HOME>/repository/conf/deployment.toml file. Add the following configuration to it.'

Copilot generated this review using guidance from repository custom instructions.


### Disabling Default Log Masking

To disable log masking, navigate to `<IS-HOME>/repository/conf/deployment.toml` and add the following configuration.
Copy link

Copilot AI Oct 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Break this sentence into two shorter sentences for better scannability. Consider: 'To disable log masking, open the <IS-HOME>/repository/conf/deployment.toml file. Add the following configuration to it.'

Copilot generated this review using guidance from repository custom instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide Documentation on Disabling Default Log Masking in IS

1 participant