Code: Select all
{
"Serilog": {
"WriteTo": [
{
"Name": "File",
"Args": {
"path": "log.txt",
"rollingInterval": "Day",
"shared": true,
"retainedFileCountLimit": null
}
}
]
}
}
Code: Select all
{
"Serilog": {
"WriteTo": [
{
"Name": "File",
"Args": {
"path": "log.txt",
"rollingInterval": "Day",
"shared": true,
"retainedFileCountLimit": null
}
}
]
}
}