20 lines
424 B
JSON
20 lines
424 B
JSON
{
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information",
|
|
"Microsoft": "Warning",
|
|
"System.Net.Http.HttpClient": "Warning",
|
|
"MudBlazor": "Information"
|
|
}
|
|
},
|
|
"Enrich": [
|
|
"FromLogContext",
|
|
"WithMachineName",
|
|
"WithThreadId"
|
|
]
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|