added config option to shred log file on exit

This commit is contained in:
Kevin Froman 2020-02-06 04:11:39 -06:00
parent 7c7e5de091
commit 2319ff8344
3 changed files with 11 additions and 3 deletions

View file

@ -32,7 +32,8 @@
"output": true
},
"file": {
"output": true
"output": true,
"remove_on_exit": true
},
"verbosity": "default"
},