You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by co...@apache.org on 2017/06/28 00:36:23 UTC

svn commit: r1800106 - /perl/Apache-Test/trunk/lib/Apache/TestConfig.pm

Author: covener
Date: Wed Jun 28 00:36:23 2017
New Revision: 1800106

URL: http://svn.apache.org/viewvc?rev=1800106&view=rev
Log:
override loglevel to trace8 if running in 2.4.


Modified:
    perl/Apache-Test/trunk/lib/Apache/TestConfig.pm

Modified: perl/Apache-Test/trunk/lib/Apache/TestConfig.pm
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/lib/Apache/TestConfig.pm?rev=1800106&r1=1800105&r2=1800106&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/TestConfig.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/TestConfig.pm Wed Jun 28 00:36:23 2017
@@ -2151,6 +2151,7 @@ LogLevel    debug
 <IfModule mod_version.c>
 <IfVersion > 2.4.1>
     DefaultRunTimeDir "@t_logs@"
+    LogLevel trace8
 </IfVersion>
 </IfModule>