Base solution for your next web application
Open Closed

Audit Logs for AsyncCrudAppService based Services #3537


User avatar
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)
  • User Avatar
    0
    alirizaadiyahsi created

    Hi,

    It is good suggestion for us. We will consider this advice. Thanks...

  • User Avatar
    0
    ismcagdas created
    Support Team

    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>.

  • User Avatar
    0
    blewis created

    Thanks!