You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@apache.org on 2002/01/03 03:01:56 UTC

cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

craigmcc    02/01/02 18:01:56

  Modified:    catalina/src/conf server.xml
  Log:
  Add resolveHosts="false" to the default AccessLogValve configuration so
  people who don't necessarily read the server configuration documentation
  will see it.
  
  Revision  Changes    Path
  1.47      +1 -1      jakarta-tomcat-4.0/catalina/src/conf/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/server.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- server.xml	15 Dec 2001 21:46:51 -0000	1.46
  +++ server.xml	3 Jan 2002 02:01:55 -0000	1.47
  @@ -193,7 +193,7 @@
           -->
           <Valve className="org.apache.catalina.valves.AccessLogValve"
                    directory="logs"  prefix="localhost_access_log." suffix=".txt"
  -                 pattern="common"/>
  +                 pattern="common" resolveHosts="false"/>
   
           <!-- Logger shared by all Contexts related to this virtual host.  By
                default (when using FileLogger), log files are created in the "logs"
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>