MSI-Downloader/config.json
Olai 40942968ae Feature: Added fileFormat
Added the opportunity to change the format of the log file, this is not the name. but the format. .log .txt etc
2024-05-29 10:51:40 +02:00

13 lines
No EOL
275 B
JSON

{
"options": {
"enableRegularVersion": true,
"enableForcedVersion": false,
"folderNumberedVersion": false,
"checkExist": false
},
"logging": {
"fileName": "chrome_downloader",
"fileFormat": "log",
"logDateFormat": "dd/MM/yyyy HH:mm:ss"
}
}