Changing Serilog Minimum level without application restart on .NET Framework and Core by @RealSwimburger swimburger.net
There are many ways to configure Serilog. The main way is to configure it using the fluent API in code, but you can also configure it using the classic .NET Framework AppSettings and the .NET Core Configuration library. The configuration library has the additional advantage that it supports dynamic reloading of the MinimumLevel and LevelSwitches.
Report Story
Leave Your Comment