Files
parr_api/PARR.AIHITRelationshipsSyncerWorker/appsettings.Development.json

21 lines
354 B
JSON
Raw Permalink Normal View History

{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Debug",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"WriteTo": [
{
"Name": "File",
"Args": {
"path": "log/log-.txt",
"rollingInterval": "Day"
}
}
]
}
}