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

15 lines
262 B
JSON
Raw Permalink Normal View History

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