atlassian-downloader/src/appSettings.json
stam 6b6d9d1111 1.0.0.6
* json-bakups splited to another repo
* temprorary disabled single-file in build scripts
2021-01-15 02:19:31 +03:00

24 lines
456 B
JSON

{
"Serilog": {
"MinimumLevel": "Verbose",
"WriteTo": [
"Console",
{
"Name": "Logger",
"Args": {
"configureLogger": {
"WriteTo": [
{
"Name": "RollingFile",
"Args": {
"pathFormat": "log.{Date}.log",
"retainedFileCountLimit": 5
}
}
]
}
}
}
]
}
}