commit 15ccb15a4aec1183e1eff6b24af7238d667e6a22 Author: Linda Briesemeister linda.briesemeister@sri.com Date: Fri Nov 18 01:00:33 2011 +0000
making 'error' the default log level
git-svn-id: svn+ssh://spartan.csl.sri.com/svn/private/DEFIANCE@148 a58ff0ac-194c-e011-a152-003048836090 --- start-obfsproxy.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/start-obfsproxy.sh b/start-obfsproxy.sh index 06439fe..cc70c28 100755 --- a/start-obfsproxy.sh +++ b/start-obfsproxy.sh @@ -20,7 +20,7 @@ OPTIONS: -h Show this message -i <addr> IP address (default: 127.0.0.1) -p <n> port number (default: 8080) - -l <severity> Log severity: warn, error, debug (default: debug) + -l <severity> Log severity: warn, error, debug (default: error) -b <host> Host name (or IP address) of Tor Bridge with port number attached via ':' or omitted (default: 87.73.82.145:8080) @@ -35,7 +35,7 @@ EOF IP=127.0.0.1 PORT=8080 N=1 -LOG=debug +LOG=error BRIDGE_IP=87.73.82.145 BRIDGE_PORT=8080 while getopts "hi:p:l:b:n:" OPTION
tor-commits@lists.torproject.org