summaryrefslogtreecommitdiffstats
path: root/test/pyhttpd/conf.py
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-02-01 11:40:30 +0100
committerStefan Eissing <icing@apache.org>2022-02-01 11:40:30 +0100
commitbca2e9c14ceaf3eb0e11bfe2a0595a9208fee452 (patch)
treef48cd2131af80166076b017abceeb0cd75b1be64 /test/pyhttpd/conf.py
parent *) test: adding some more patterns to gitignore (diff)
downloadapache2-bca2e9c14ceaf3eb0e11bfe2a0595a9208fee452.tar.xz
apache2-bca2e9c14ceaf3eb0e11bfe2a0595a9208fee452.zip
*) test cases
- disabling test_h2_105_02 due to handshake timeouts no longer working - adjusting some log levels - ignoring new handshake error AHLOGNOs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897650 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--test/pyhttpd/conf.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/pyhttpd/conf.py b/test/pyhttpd/conf.py
index a2eeab9bfe..5b5b4ec271 100644
--- a/test/pyhttpd/conf.py
+++ b/test/pyhttpd/conf.py
@@ -171,8 +171,6 @@ class HttpdConf(object):
self.add("AddHandler cgi-script .py")
self.add_proxies("cgi", proxy_self=proxy_self, h2proxy_self=h2proxy_self)
self.end_vhost()
- self.add("LogLevel proxy:info")
- self.add("LogLevel proxy_http:info")
return self
@staticmethod