From 1bb62cd2c318994060a9441640cda6b4b0cb515b Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Tue, 23 May 2017 15:19:31 +0200 Subject: [PATCH] set debug to False by default --- mail_to_misp_config.py-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_to_misp_config.py-example b/mail_to_misp_config.py-example index 9667367..7c2c9e5 100644 --- a/mail_to_misp_config.py-example +++ b/mail_to_misp_config.py-example @@ -4,7 +4,7 @@ misp_url = 'YOUR_MISP_URL' misp_key = 'YOUR_KEY_HERE' # The MISP auth key can be found on the MISP web interface under the automation section misp_verifycert = True -debug = True +debug = False debug_out_file = '/tmp/mail_to_misp-debug.txt' nameservers = ['149.13.33.69']