16 lines
259 B
JSON
16 lines
259 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Serilog": {
|
|
"Using": [ "Serilog.Sinks.Seq" ],
|
|
"MinimumLevel": {
|
|
"Default": "Information"
|
|
}
|
|
}
|
|
}
|