Masking Data in Log Files
I was wondering if the following entries to prconfig.xml (or DSS) are still valid for 7.2.2 to mask data in alert logs and if there are matching items for the PegaRuLES log:
https://community.pega.com/support/support-articles/how-remove-sensitive-data-alert-logs
- Add the following setting to prconfig.xml to suppress the sensitive property values:
- <env name="alerts/database/operationTimeThreshold/suppressInserts" value="true" />
- This setting will suppress the sensitive property values (and replace them with question marks).
I was wondering if the following entries to prconfig.xml (or DSS) are still valid for 7.2.2 to mask data in alert logs and if there are matching items for the PegaRuLES log:
https://community.pega.com/support/support-articles/how-remove-sensitive-data-alert-logs
- Add the following setting to prconfig.xml to suppress the sensitive property values:
- <env name="alerts/database/operationTimeThreshold/suppressInserts" value="true" />
- This setting will suppress the sensitive property values (and replace them with question marks).
- To suppress information in parameters, add the following setting to prconfig.xml:
- <env name="alerts/general/includeparameterpage" value="false" />
- This setting determines if the parameter page of the top-most stackframe will be included in the ALERT log when the alert is generate
What other solutions have been implemented for PegaRULES log files?
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.