logging is less spammy, file disabled by default, and we dont try to scan encrypted blocks that aren't for us

This commit is contained in:
Kevin Froman 2018-09-26 20:37:52 -05:00
parent 8dbaac2198
commit b5fecdf1e8
3 changed files with 15 additions and 12 deletions

View file

@ -30,7 +30,7 @@
"log": {
"file": {
"output": true,
"output": false,
"path": "data/output.log"
},