summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorDaniel Langesten <daniel.langest@gmail.com>2015-03-26 11:09:48 +0100
committerDaniel Langesten <daniel.langest@gmail.com>2015-03-26 11:09:48 +0100
commit986a05c215723b9227db20aa11a62e4d924281cb (patch)
tree6401602986bb32827b9defe43faa5e5e93c527f1 /config.json
parent54f6128240711a93551d85b000766a9b57cc96cf (diff)
added verbose option to enable/disable extra output from the program
Diffstat (limited to 'config.json')
-rw-r--r--config.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.json b/config.json
index c321869..c2f8b00 100644
--- a/config.json
+++ b/config.json
@@ -8,8 +8,10 @@
"comment Epsilon": "Epsilon is the epsilon value for differential privacy. epsilon < 1 high privacy, 10 < epsilon low privacy. If epsilon is set to 0, differential privacy will not be used.",
"epsilon": 0,
+ "comment Verbose": "Enables extra output. Primarily used for debugging"
+ "verbose": true,
- "comment dataSource": "dataSource is from where the program should read and process data. Currently only mydql and stdin is supported.",
+ "comment dataSource": "dataSource is from where the program should read and process data. Currently only mysql and stdin is supported.",
"dataSource": "stdin",
"DBConn": "",