add option to write logging output to a file

- '--write-log FILE' as cmdline argument
- 'output.logfile' as config file option
This commit is contained in:
Mike Fährmann
2018-01-26 18:51:51 +01:00
parent f94e3706a8
commit 97f4f15ec0
4 changed files with 39 additions and 8 deletions

View File

@@ -127,6 +127,7 @@
{
"mode": "auto",
"shorten": true,
"progress": true
"progress": true,
"logfile": null,
}
}