-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DisableAuditing not works for SimpleLogAuditingStore #3662
Comments
I will check this. |
In fact, the abp/framework/src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/Auditing/AbpAuditingMiddleware.cs Line 50 in 9212f2a
I am not sure if this is by design. @maliming What do you think? |
en...I see..... nice to have. cause I have a lot of recurring jobs that output massive logs. |
You can customize IAuditingStore to filter some logs. |
I got this issue when I use
SimpleLogAuditingStore
, it works a few months ago. but not works for current version any more.here is the code below:
context.Services.Replace(ServiceDescriptor.Singleton<IAuditingStore, SimpleLogAuditingStore>());
For log config in Program.cs
Add a attribute to any application service
Then I got this output on the console:
can you take a look please?
The text was updated successfully, but these errors were encountered: