Increase min log level to 'Warning' framework namespaces

This commit is contained in:
Mark Monteiro 2020-03-03 00:36:54 +01:00
parent c376f4ca51
commit 9a6c279473

View File

@ -1,6 +1,12 @@
{
"Serilog": {
"MinimumLevel": "Information",
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"System": "Warning"
}
},
"WriteTo": [
{
"Name": "Console",