You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2021/02/17 09:56:10 UTC

svn commit: r1886614 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

Author: stsp
Date: Wed Feb 17 09:56:10 2021
New Revision: 1886614

URL: http://svn.apache.org/viewvc?rev=1886614&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Reduce HTTPD debug log level to 'warn'.
  At log level 'debug' our tests generate enough logs to drive the ramdisk
  of my svn-bb-openbsd buildbot out of space within a few build runs.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1886614&r1=1886613&r2=1886614&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Wed Feb 17 09:56:10 2021
@@ -1929,7 +1929,7 @@ $(HTTPD_CHECK_CONF): $(MOD_DONTDOTHAT_CO
 	echo > $@.tmp '# httpd config for make check'
 	echo >>$@.tmp 'ServerRoot "$(PREFIX)/httpd"'
 	echo >>$@.tmp 'Listen localhost:$(HTTPD_CHECK_PORT)'
-	echo >>$@.tmp 'LogLevel debug'
+	echo >>$@.tmp 'LogLevel warn'
 	echo >>$@.tmp 'LoadModule unixd_module modules/mod_unixd.so'
 	echo >>$@.tmp 'LoadModule alias_module modules/mod_alias.so'
 	echo >>$@.tmp 'LoadModule access_compat_module modules/mod_access_compat.so'