[tor-commits] [stegotorus/master] making 'error' the default log level
zwol at torproject.org
zwol at torproject.org
Fri Jul 20 23:17:06 UTC 2012
commit 15ccb15a4aec1183e1eff6b24af7238d667e6a22
Author: Linda Briesemeister <linda.briesemeister at 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
More information about the tor-commits
mailing list