You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2022/01/06 17:06:04 UTC

svn commit: r1896757 - /httpd/test/framework/trunk/t/conf/extra.conf.in

Author: ylavic
Date: Thu Jan  6 17:06:04 2022
New Revision: 1896757

URL: http://svn.apache.org/viewvc?rev=1896757&view=rev
Log:
Dont overwrite perdir LogLevel with dumpio's.

Modified:
    httpd/test/framework/trunk/t/conf/extra.conf.in

Modified: httpd/test/framework/trunk/t/conf/extra.conf.in
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/conf/extra.conf.in?rev=1896757&r1=1896756&r2=1896757&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/extra.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/extra.conf.in Thu Jan  6 17:06:04 2022
@@ -918,6 +918,15 @@ LimitRequestFields    32
 </IfModule>
 
 ##
+## mod_dumpio configuration
+##
+<IfModule mod_dumpio.c>
+	DumpIOInput on
+	DumpIOOutput on
+	LogLevel dumpio:trace7
+</IfModule>
+
+##
 ## LogLevel configuration
 ##
 <IfDefine APACHE2>
@@ -1447,9 +1456,3 @@ LimitRequestFields    32
 	</IfModule>
 </IfModule>
 
-<IfModule mod_dumpio.c>
-	DumpIOInput on
-	DumpIOOutput on
-	LogLevel dumpio:trace7
-</IfModule>
-