[open-ils-commits] r11921 - branches/rel_1_4/Open-ILS/examples/apache
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Jan 22 16:29:33 EST 2009
Author: dbs
Date: 2009-01-22 16:29:29 -0500 (Thu, 22 Jan 2009)
New Revision: 11921
Modified:
branches/rel_1_4/Open-ILS/examples/apache/eg.conf
Log:
Use a slightly saner default log level for Apache
Modified: branches/rel_1_4/Open-ILS/examples/apache/eg.conf
===================================================================
--- branches/rel_1_4/Open-ILS/examples/apache/eg.conf 2009-01-22 21:28:50 UTC (rev 11920)
+++ branches/rel_1_4/Open-ILS/examples/apache/eg.conf 2009-01-22 21:29:29 UTC (rev 11921)
@@ -1,6 +1,6 @@
# :vim set syntax apache
-LogLevel debug
+LogLevel info
# - log locally
CustomLog /var/log/apache2/access.log combined
ErrorLog /var/log/apache2/error.log
More information about the open-ils-commits
mailing list