I am using Intellirace to get production error in the itrace log file. Client is having concern doing so, once concern is the client data (like the SSN , Name, Telephone numbers etc. Is there any way i can mask the client data from the intrellrace .itrace log file before using it for historic debugging.

有帮助吗?

解决方案

Masking certain data in .ITrace file currently isn't a supported scenario. On the other hand, IntelliTrace won't collect raw memory and only collect limited data in call stack. Even under "call and event" mode it collects parameters but won't go deeper than one level. IntelliTrace file is less likely to carry sensitive data comparing to traditional dump files.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top