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

23 lines
410 B
JSON
Raw Normal View History

2024-01-31 12:26:43 +10:00
{
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
//"Microsoft": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"WriteTo": [
{
"Name": "File",
"Args": {
"path": "log/log-.txt",
"rollingInterval": "Day"
}
}
]
},
"MqSettings": {
"HostName": "10.99.253.216"
2024-01-31 12:26:43 +10:00
}
}