Replies: 1 comment
|
I haven't used serilog request logging, but do you have an idea on how this can be done from an ActionFilter and/or middleware component? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Audit.Net Asp.Net Core Request audits fire when data is returned by the called action as near as I can tell. However, Serilog's UseSerilogRequestLogging fire after the Result has been converted to a Json string by Asp.Net Core, usually a few hundred ms later. You may want to re-consider what event you use to fire.
All reactions