36 lines
827 B
JSON
36 lines
827 B
JSON
|
|
{
|
||
|
|
"Serilog": {
|
||
|
|
"Using": [
|
||
|
|
"Serilog.Sinks.Console",
|
||
|
|
"Serilog.Sinks.File"
|
||
|
|
],
|
||
|
|
"MinimumLevel": {
|
||
|
|
"Default": "Debug",
|
||
|
|
"Override": {
|
||
|
|
"Microsoft": "Information",
|
||
|
|
"Volo.Abp": "Information",
|
||
|
|
"Hangfire": "Information",
|
||
|
|
"DotNetCore.CAP": "Information",
|
||
|
|
"Serilog.AspNetCore": "Information",
|
||
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
||
|
|
"Microsoft.AspNetCore": "Information"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"WriteTo": [
|
||
|
|
{
|
||
|
|
"Name": "Console"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Name": "File",
|
||
|
|
"Args": {
|
||
|
|
"path": "logs/logs-.txt",
|
||
|
|
"rollingInterval": "Day"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"App": {
|
||
|
|
"SelfUrl": "http://localhost:44315",
|
||
|
|
"CorsOrigins": "https://*.ServicePro.com,http://localhost:4200,http://localhost:3100"
|
||
|
|
}
|
||
|
|
}
|