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: