18 lines
354 B
JSON
18 lines
354 B
JSON
|
{
|
||
|
"Serilog": {
|
||
|
"MinimumLevel": {
|
||
|
"Default": "Information",
|
||
|
"Override": {
|
||
|
"Microsoft": "Warning",
|
||
|
"Microsoft.Hosting.Lifetime": "Information"
|
||
|
}
|
||
|
},
|
||
|
"WriteTo": [
|
||
|
{
|
||
|
"Name": "File",
|
||
|
"Args": { "path": "./logs/log-.txt", "rollingInterval": "Day" }
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"AllowedHosts": "*"
|
||
|
}
|