13 lines
218 B
JSON
13 lines
218 B
JSON
|
{
|
||
|
"Serilog": {
|
||
|
"MinimumLevel": {
|
||
|
"Default": "Information",
|
||
|
"Override": {
|
||
|
"Microsoft": "Warning",
|
||
|
"Microsoft.Hosting.Lifetime": "Information"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"AllowedHosts": "*"
|
||
|
}
|