summaryrefslogtreecommitdiffstats
path: root/lib/soap/rpc/cgistub.rb
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-27 07:03:29 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-27 07:03:29 +0000
commit5334d202530d25c5ff18be092b19be0d0261882a (patch)
treefe2fa61702c537812d58f103f9d353ebef51d6c7 /lib/soap/rpc/cgistub.rb
parent4a17e78ebe2c5c2b4c95d101d9f7d5bccce8fe06 (diff)
downloadruby-5334d202530d25c5ff18be092b19be0d0261882a.tar.gz
ruby-5334d202530d25c5ff18be092b19be0d0261882a.tar.xz
ruby-5334d202530d25c5ff18be092b19be0d0261882a.zip
* lib/soap/rpc/cgistub.rb: make logging severity threshold higher.
* lib/soap/rpc/standaloneServer.rb: defer WEBrick server start to give a change to reset logging severity threshold. * test/soap/calc/test_*, test/soap/helloworld/test_helloworld.rb: run silent. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/soap/rpc/cgistub.rb')
-rw-r--r--lib/soap/rpc/cgistub.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/soap/rpc/cgistub.rb b/lib/soap/rpc/cgistub.rb
index f016e3105..fee347403 100644
--- a/lib/soap/rpc/cgistub.rb
+++ b/lib/soap/rpc/cgistub.rb
@@ -96,7 +96,7 @@ class CGIStub < Logger::Application
def initialize(appname, default_namespace)
super(appname)
set_log(STDERR)
- self.level = INFO
+ self.level = ERROR
@default_namespace = default_namespace
@router = SOAP::RPC::Router.new(appname)
@remote_user = ENV['REMOTE_USER'] || 'anonymous'