How to Ignore some attributes to not captured in audit trail

0
Hi, I have one entity which will be captured in audit trail. In that entity i also having some extra attributes which are used for some reason. I don’t want those attributes will be included in audit trail. so how we can  achieve this. 
asked
1 answers
1

You can only Log the complete state of the entity (all attributes) or only the changed attributes, not selected attributes.

answered