SerilogAnalyzer icon indicating copy to clipboard operation
SerilogAnalyzer copied to clipboard

Configuration from environment variables

Open nblumhardt opened this issue 8 years ago • 0 comments

Serilog's ASP.NET Core configuration provider supports environment variables alongside JSON syntax.

https://github.com/serilog/serilog-settings-configuration#environment-variables

E.g. on Windows:

set Serilog:MinimumLevel=Debug

Alongside Show <appSettings> config and Show appsettings.json config, what do you think about listing Show CMD.exe config, Show bash config and/or Show PowerShell config?

nblumhardt avatar Apr 12 '17 23:04 nblumhardt