Increase min log level to 'Warning' framework namespaces
This commit is contained in:
parent
c376f4ca51
commit
9a6c279473
|
@ -1,6 +1,12 @@
|
|||
{
|
||||
"Serilog": {
|
||||
"MinimumLevel": "Information",
|
||||
"MinimumLevel": {
|
||||
"Default": "Information",
|
||||
"Override": {
|
||||
"Microsoft": "Warning",
|
||||
"System": "Warning"
|
||||
}
|
||||
},
|
||||
"WriteTo": [
|
||||
{
|
||||
"Name": "Console",
|
||||
|
|
Loading…
Reference in New Issue
Block a user