You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by na...@apache.org on 2002/05/29 02:18:24 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_logger_win32.c

nacho       02/05/28 17:18:24

  Modified:    jk/native2/server/isapi jk_logger_win32.c
  Log:
  * Cut&Paste issues, better no comments than other file ones.
  
  Revision  Changes    Path
  1.2       +4 -17     jakarta-tomcat-connectors/jk/native2/server/isapi/jk_logger_win32.c
  
  Index: jk_logger_win32.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/server/isapi/jk_logger_win32.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jk_logger_win32.c	28 May 2002 23:59:14 -0000	1.1
  +++ jk_logger_win32.c	29 May 2002 00:18:24 -0000	1.2
  @@ -56,22 +56,9 @@
    * ========================================================================= */
   
   /**
  - * Description: Logger implementation using apache's native logging.
  - *
  - * This is the result of lazyness - a single log file to watch ( error.log )
  - * instead of 2, no need to explain/document/decide where to place mod_jk
  - * logging, etc.
  - *
  - * Normal apache logging rules apply.
  - *
  - * XXX Jk will use per/compoment logging level. All logs will be WARN level
  - * in apache, and the filtering will happen on each component level.
  - *
  - * XXX Add file/line
  - *
  - * XXX Use env, use the current request structure ( so we can split the log
  - * based on vhost configs ).
  - *
  + * Description: Logger implementation using win32's native logger,
  + * 
  + * 
    * @author Costin Manolache
    * @author Ignacio J. Ortega
    */ 
  @@ -85,7 +72,7 @@
   
   
   #define HUGE_BUFFER_SIZE (8*1024)
  -#define JAKARTA_EVENT_SOURCE "Apache isapi_redirector2"
  +#define JAKARTA_EVENT_SOURCE "Apache Jakarta Connector2"
   
   #ifdef WIN32
   
  
  
  

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