larryi      01/07/19 19:59:33

  Modified:    src/etc/jk mod_jk.conf
  Log:
  Fix invalid log level.  Supported values are debug, info, error, and emerg.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-tomcat/src/etc/jk/mod_jk.conf
  
  Index: mod_jk.conf
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/jk/mod_jk.conf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_jk.conf       2000/09/09 23:21:20     1.1
  +++ mod_jk.conf       2001/07/20 02:59:33     1.2
  @@ -5,7 +5,7 @@
   
   JkWorkersFile <fill-path-to>/workers.properties
   JkLogFile  logs/jk.log
  -JkLogLevel warn
  +JkLogLevel error
   JkMount /*.jsp ajp12
   JkMount /servlet/* ajp12
   JkMount /examples/* ajp12
  
  
  

Reply via email to