13 lines
230 B
JSON
13 lines
230 B
JSON
{
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Debug",
|
|
"Override": {
|
|
"Microsoft": "Information",
|
|
"Microsoft.AspNetCore": "Error",
|
|
"System.Net.Http.HttpClient": "Warning"
|
|
}
|
|
}
|
|
}
|
|
}
|