excludedLoggedData

I’m trying to add additional values to excludedLoggedData in project.json in order to avoid logging sensitive data(example:


). But after publishing process excludedLoggedData list is back to default values.

Tried in Windows-Legacy and Windows type processes.

Is there any way to fix it or maybe there is any other way to exclude sensitive data?

Thanks

@Oleh_Stelmakh

In any activity you can click on private check box and it would not be logged

Also try removing comma after password keyword and check

https://docs.uipath.com/studio/standalone/2023.4/user-guide/protecting-sensitive-information

Cheers

Please, don’t ever alter project.json manually. This can lead to unexpected behaviors. You should find the corresponding action that makes the needed modifications.

Hi Roman.

Thanks for your reply.

If it is not recommended to change manually anything in json maybe do you have any other idea how to avoid logging sensitive data (for example card number)?