You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@hyperreal.org on 1998/03/06 20:53:50 UTC

cvs commit: apache-1.3/src/include http_log.h

dgaudet     98/03/06 11:53:50

  Modified:    src/include http_log.h
  Log:
  Oh sheesh.  No wonder we still get so many reports of problems from folks
  who haven't read the docs about NameVirtualHost.  Those messages are
  warnings, because the server is still functioning.  And the default loglevel
  is err.  No way.  Warnings should be in the default too.  In fact I'd
  say everything except debug should be the default.
  
  Revision  Changes    Path
  1.26      +1 -1      apache-1.3/src/include/http_log.h
  
  Index: http_log.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/http_log.h,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- http_log.h	1998/01/21 19:17:38	1.25
  +++ http_log.h	1998/03/06 19:53:50	1.26
  @@ -91,7 +91,7 @@
   #endif
   
   #ifndef DEFAULT_LOGLEVEL
  -#define DEFAULT_LOGLEVEL	APLOG_ERR
  +#define DEFAULT_LOGLEVEL	APLOG_WARNING
   #endif
   
   #define APLOG_MARK	__FILE__,__LINE__