From ee3b69d018c427e0dadd81d6dfb94a55afbf208f Mon Sep 17 00:00:00 2001 From: jgaunt Date: Sat, 16 Nov 2019 17:33:12 -0500 Subject: [PATCH] Update 'freenas_network_unlock.py' --- freenas_network_unlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freenas_network_unlock.py b/freenas_network_unlock.py index c772fb5..fab0502 100644 --- a/freenas_network_unlock.py +++ b/freenas_network_unlock.py @@ -2,7 +2,7 @@ import requests, platform, subprocess, config, logging, simplejson as json, argparse # You must initialize logging, otherwise you'll not see debug output. -logging.basicConfig(level=logging.DEBUG,format='%(asctime)s - [%(levelname)s] %(message)s', datefmt='%Y-%m-%d %H:%M:%S') +logging.basicConfig(level=logging.INFO,format='%(asctime)s - [%(levelname)s] %(message)s', datefmt='%Y-%m-%d %H:%M:%S') #logging.getLogger().setLevel(logging.DEBUG) #requests_log = logging.getLogger("requests.packages.urllib3") #requests_log.setLevel(logging.DEBUG)