From b9e59e5761d08a80821eb4b8a0d3c05e430865d7 Mon Sep 17 00:00:00 2001 From: Falseen Date: Thu, 2 Mar 2017 00:28:12 +0800 Subject: [PATCH] update --- shadowsocks/shell.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shadowsocks/shell.py b/shadowsocks/shell.py index fab8993..b46510c 100644 --- a/shadowsocks/shell.py +++ b/shadowsocks/shell.py @@ -319,7 +319,6 @@ def get_config(is_local): config['tunnel_port'] = config.get('tunnel_port', 53) config['dns_server'] = config.get('dns_server', None) - logging.getLogger('').handlers = [] logging.addLevelName(VERBOSE_LEVEL, 'VERBOSE') if config['verbose'] >= 2: