-
Notifications
You must be signed in to change notification settings - Fork 165
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
Added ${aspnet-request-posted-body} #339
Conversation
Codecov Report
@@ Coverage Diff @@
## master #339 +/- ##
=====================================
- Coverage 63% 61% -2%
=====================================
Files 34 35 +1
Lines 468 485 +17
Branches 103 111 +8
=====================================
Hits 296 296
- Misses 134 151 +17
Partials 38 38
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #339 +/- ##
=====================================
+ Coverage 63% 64% +1%
=====================================
Files 34 36 +2
Lines 468 492 +24
Branches 103 112 +9
=====================================
+ Hits 296 314 +18
- Misses 134 136 +2
- Partials 38 42 +4
Continue to review full report at Codecov.
|
#754 has reverted this in NLog.Web ver. 5.0 |
Thanks to @bakgerman now NLog.Web.AspNetCore v5.1 re-introduces ${aspnet-request-posted-body} with help from middleware: app.UseMiddleware<NLog.Web.NLogRequestPostedBodyMiddleware>(); It is no longer necessary to explicit call |
fixes #103