serilog / serilog-settings-configuration

A Serilog configuration provider that reads from Microsoft.Extensions.Configuration
Apache License 2.0
444 stars 129 forks source link

Add configuring destructuring to the README file #393

Closed satrapu closed 1 year ago

satrapu commented 1 year ago

Hello,

It seems that my blog post mentioning configuring Serilog destructuring policies via JSON configuration file caught some attention, as seen on this LinkedIn thread. Since the README does not cover this topic, I'm thinking to create a PR to add a new section called Destructuring under Syntax description, right after Nested configuration sections - would this be a good place? If not, where should I add it?

satrapu commented 1 year ago

Since I haven't received any replies yet, I took the liberty of opening a PR with the new section documenting how to configure destructuring: #396.

FaroukOyekunle commented 1 year ago

Hello @satrapu,

Thank you for taking the initiative to address the documentation gap by opening a pull request (#396). Adding the new section on configuring destructuring is greatly appreciated. This kind of contribution enhances the overall usability and clarity of the project for all users.

satrapu commented 1 year ago

Closing this issue since PR #396 has been merged and there is a new section documenting how to configure destructuring: https://github.com/serilog/serilog-settings-configuration#destructuring.