17 lines
343 B
JSON
17 lines
343 B
JSON
{
|
|
"LoggingSettings": {
|
|
"Path": "logs/",
|
|
"Filename": "log_$start_time.log",
|
|
"ConsoleLogLevel": "TRACE",
|
|
"FileLogLevel": "TRACE"
|
|
},
|
|
|
|
"PublishSettings": {
|
|
"SourcePath": "../",
|
|
"DistPath": "../../dist",
|
|
"Templates": [],
|
|
"IncludedFiles": [],
|
|
"ExcludedFiles": [],
|
|
"TemplateEnding": "_template.txt"
|
|
}
|
|
} |