Skip to content

RequestId Added, and returns LogId now.

Latest

Choose a tag to compare

@mesuttalebi mesuttalebi released this 22 Sep 13:33
· 8 commits to master since this release

In this release I added a new column to logs table to save current request Id from HttpContext.TraceIdentifer.

Also now returning LogId inside HttpContext.Items["ExceptionLogId"], so you can now get this logId and show inside your error messages, for better tracking of errors and simple error reportings for your users.