Files
PIbd-21_Valiulov_I.A_Furnit…/FurnitureAssembly/FurnitureAssemblyWebApi/appsettings.json
IlyasValiulov a5414aecf7 лаба 5
2025-04-03 01:59:32 +04:00

33 lines
728 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Serilog": {
"Using": [ "Serilog.Sinks.File" ],
"MinimumLevel": {
"Default": "Information"
},
"WriteTo": [
{
"Name": "File",
"Args": {
"path": "../logs/furnitureassembly-.log",
"rollingInterval": "Day",
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} { CorrelationId } { Level: u3 } { Username } { Message:lj }{ Exception }{ NewLine }"
}
}
]
},
"AllowedHosts": "*",
"SalarySettings": {
"ExtraMadeSum": 10,
"MaxConcurrentThreads": 2
},
"BuilderSettings": {
"PersonalCount": 0.1
}
}