0
azmat created
Hi,
I would like to enable auditing in certain section of application only, when some changes to data happens. Like change in Role Permission, User assignment to roles and when data is added or modified in few entities created for my application.
Can you guide me how to achive above requirement?
2 Answer(s)
-
0
https://aspnetboilerplate.com/Pages/Documents/Audit-Logging
-
1
managed to achieve it by adding [DisableAuditing] in all controllers and services methods where auditing is not required.
Ideally there should be a way to stop auditing for whole application and enable it only on required Controllers and services