added config option to shred log file on exit
This commit is contained in:
parent
7c7e5de091
commit
2319ff8344
3 changed files with 11 additions and 3 deletions
|
@ -32,7 +32,8 @@
|
|||
"output": true
|
||||
},
|
||||
"file": {
|
||||
"output": true
|
||||
"output": true,
|
||||
"remove_on_exit": true
|
||||
},
|
||||
"verbosity": "default"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue