dgaudet 98/03/06 11:56:26
Modified: conf httpd.conf-dist httpd.conf-dist-win Log: I think we do more harm than good by including every directive in this file. This encourages people to skip reading the manuals. Revision Changes Path 1.22 +6 -0 apache-1.3/conf/httpd.conf-dist Index: httpd.conf-dist =================================================================== RCS file: /export/home/cvs/apache-1.3/conf/httpd.conf-dist,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- httpd.conf-dist 1998/03/05 12:28:33 1.21 +++ httpd.conf-dist 1998/03/06 19:56:24 1.22 @@ -61,6 +61,12 @@ ErrorLog logs/error_log +# LogLevel: Control the number of messages logged to the error_log. +# Possible values include: debug, info, notice, warn, error, crit, +# alert, emerg. + +LogLevel warn + # TransferLog: The location of the transfer log file. If this does not # start with /, ServerRoot is prepended to it. 1.9 +6 -0 apache-1.3/conf/httpd.conf-dist-win Index: httpd.conf-dist-win =================================================================== RCS file: /export/home/cvs/apache-1.3/conf/httpd.conf-dist-win,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- httpd.conf-dist-win 1998/02/01 22:05:27 1.8 +++ httpd.conf-dist-win 1998/03/06 19:56:24 1.9 @@ -55,6 +55,12 @@ ErrorLog logs/error_log +# LogLevel: Control the number of messages logged to the error_log. +# Possible values include: debug, info, notice, warn, error, crit, +# alert, emerg. + +LogLevel warn + # TransferLog: The location of the transfer log file. If this does not # start with /, ServerRoot is prepended to it.