**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"> ```