Include logging scope properties in the log
mocsharp opened this issue · 1 comments
mocsharp commented
Is your feature request related to a problem? Please describe.
The default JsonLayout does not include all the variables defined in log.BeginScope(...)
.
Describe the solution you'd like
Change the layout to:
<layout xsi:type="JsonLayout" includeAllProperties="true" IncludeMdlc="true">
github-actions commented