Cleanup Icons logging config

This commit is contained in:
Hinton
2022-01-13 18:30:09 +01:00
parent abd4a19c4b
commit 400a2f64ee
3 changed files with 4 additions and 32 deletions

View File

@@ -1,12 +1,4 @@
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"Serilog": {
"WriteTo": [
{ "Name": "Console" }

View File

@@ -1,19 +1,7 @@
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
},
"Console": {
"IncludeScopes": true,
"LogLevel": {
"Default": "Warning",
"System": "Warning",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
"Serilog": {
"MinimumLevel": {
"Default": "Error"
}
}
}

View File

@@ -15,14 +15,6 @@
"Enrich": [ "FromLogContext" ],
"Properties": {
"Project": "Icons"
},
"Filter": [
{
"Name": "ByExcluding",
"Args": {
"expression": "EventId.Id = 12482444"
}
}
]
}
}
}