You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #58 for a bit more info. We don't currently support serilog-settings-configuration. It would be a nice addition. If you'd like to suggest an idea with a PR, we'd consider it.
I wouldn't know how :) I realise you can't support every config scenario though! Feel free to close.
BTW I'm confused about the comment in that other issue about how most modern systems use config in code rather than json. The serilog authors also have that opinion.
But in small environments (few people) or when you're working alone, you don't have tools and time to do things "properly". So you deploy to production and tweak config files by hand if you need to. The advice against this is only sensible for large teams/companies with CI.
Anyways, thanks for this very useful plugin, it's appreciated!
I have all my config in json. Does anyone know how to use the destructurer via json?
For example, for
Serilog.Exceptions.EntityFrameworkCore
:How is that represented in the
appsettings.json
?It would also be useful to add that to the docs in the corresponding section.
The text was updated successfully, but these errors were encountered: