-
Notifications
You must be signed in to change notification settings - Fork 208
3.2.0 Release #150
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
3.2.0 Release #150
Conversation
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
…ve/serilog-aspnetcore into request-log-properties
Add RequestHost & RequestScheme to log properties
LogCompletion event was not including properties added via `EnrichDiagnosticContext` delegate on options because the properties had been collected before invoking the enricher. Swapping the order of the statements fixes this.
FIX: Enrich context before collecting properties
I just pulled down 3.2.0 and had to downgrade back to a dev version in order to use the properties in the docs 😥 |
Hi! Do you mean you pulled down 3.1.0? Version 3.2.0 is out now and includes everything that's in the README. Unfortunately GitHub conflates the default branch for PRs (which needs to be In future my plan's to tag pre-release features in the README - tried that recently with 3.0.0-* to some degree of success, should have done the same for In any case, grabbing the latest from NuGet now should have you sorted :-) |
That makes sense (about the readme). Thank you! Edit: I restarted my IDE (Jetbrains) and all is well. Sorry about that. |
EnrichDiagnosticContext
(@tomkerkhove)EnrichDiagnosticContext
(@alastair-gatpark)