mirror of
https://github.com/EpicMorg/atlassian-downloader.git
synced 2025-03-20 01:00:18 +03:00
* json-bakups splited to another repo * temprorary disabled single-file in build scripts
24 lines
456 B
JSON
24 lines
456 B
JSON
{
|
|
"Serilog": {
|
|
"MinimumLevel": "Verbose",
|
|
"WriteTo": [
|
|
"Console",
|
|
{
|
|
"Name": "Logger",
|
|
"Args": {
|
|
"configureLogger": {
|
|
"WriteTo": [
|
|
{
|
|
"Name": "RollingFile",
|
|
"Args": {
|
|
"pathFormat": "log.{Date}.log",
|
|
"retainedFileCountLimit": 5
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |