0
blewis created
I have created a bunch of app services that inherit from AsyncCrudAppService, and everything works fine. However, when I am reviewing the Audit logs, the "Service" column for every call to GetAll() is "AsyncCrudAppService." I understand why, but it would be more useful if the log recorded my app service name, not the base service name. It makes it hard to keep track of things if all those calls are not differentiated. Just a suggestion.
Thanks, Bryan
3 Answer(s)
-
0
Hi,
It is good suggestion for us. We will consider this advice. Thanks...
-
0
Thanks,
I have created an issue here <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/2314">https://github.com/aspnetboilerplate/as ... ssues/2314</a>.
-
0
Thanks!