From 986a05c215723b9227db20aa11a62e4d924281cb Mon Sep 17 00:00:00 2001 From: Daniel Langesten Date: Thu, 26 Mar 2015 11:09:48 +0100 Subject: added verbose option to enable/disable extra output from the program --- config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.json') 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": "", -- cgit v1.1