Increase min log level to 'Warning' framework namespaces

pull/2500/head
Mark Monteiro 4 years ago
parent c376f4ca51
commit 9a6c279473

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

Loading…
Cancel
Save