[Jifty-commit] r4540 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Nov 26 13:38:33 EST 2007


Author: jesse
Date: Mon Nov 26 13:38:31 2007
New Revision: 4540

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Handler.pm

Log:
 r72334 at pinglin:  jesse | 2007-11-26 11:42:35 -0500
 * upgraded request logging from DEBUG to INFO


Modified: jifty/trunk/lib/Jifty/Handler.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Handler.pm	(original)
+++ jifty/trunk/lib/Jifty/Handler.pm	Mon Nov 26 13:38:31 2007
@@ -218,7 +218,7 @@
         for ( Jifty->plugins ) {
             $_->new_request;
         }
-        Jifty->log->debug( "Received " . $self->apache->method . " request for " . Jifty->web->request->path );
+        Jifty->log->info( $self->apache->method . " request for " . Jifty->web->request->path  );
         Jifty->web->setup_session;
 
         Jifty::I18N->get_language_handle;


More information about the Jifty-commit mailing list