Pibd-22_Lyakhov_T.I._Simple/StudentProgressRecord/appsetting.json

15 lines
262 B
JSON
Raw Normal View History

2024-11-18 14:55:50 +04:00
{
"Serilog": {
"Using": [ "Serilog.Sinks.File" ],
"MinimumLevel": "Debug",
"WriteTo": [
{
"Name": "File",
"Args": {
2024-11-25 18:18:53 +04:00
"path": "Logs//university_log.txt",
2024-11-18 14:55:50 +04:00
"rollingInterval": "Day"
}
}
]
}
}