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)