diff --git a/src/Icons/appsettings.Development.json b/src/Icons/appsettings.Development.json index 8ed9de65b1..53f9e17cee 100644 --- a/src/Icons/appsettings.Development.json +++ b/src/Icons/appsettings.Development.json @@ -1,12 +1,4 @@ { - "Logging": { - "IncludeScopes": false, - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - }, "Serilog": { "WriteTo": [ { "Name": "Console" } diff --git a/src/Icons/appsettings.Production.json b/src/Icons/appsettings.Production.json index 437045a7fb..e1facf6fad 100644 --- a/src/Icons/appsettings.Production.json +++ b/src/Icons/appsettings.Production.json @@ -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" } } } diff --git a/src/Icons/appsettings.json b/src/Icons/appsettings.json index 7ea1a32ac4..cf495b1947 100644 --- a/src/Icons/appsettings.json +++ b/src/Icons/appsettings.json @@ -15,14 +15,6 @@ "Enrich": [ "FromLogContext" ], "Properties": { "Project": "Icons" - }, - "Filter": [ - { - "Name": "ByExcluding", - "Args": { - "expression": "EventId.Id = 12482444" - } - } - ] + } } }