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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jun 8 17:48:29 EDT 2006


Author: alexmv
Date: Thu Jun  8 17:48:28 2006
New Revision: 1221

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

Log:
 r13730 at zoq-fot-pik:  chmrr | 2006-06-08 17:45:16 -0400
  * Re-add reduced error logging for the server


Modified: jifty/trunk/lib/Jifty/Test.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test.pm	(original)
+++ jifty/trunk/lib/Jifty/Test.pm	Thu Jun  8 17:48:28 2006
@@ -121,6 +121,7 @@
         unshift @Jifty::Server::ISA, 'Test::HTTP::Server::Simple';
     }
 
+    Log::Log4perl->get_logger("Jifty::Server")->less_logging(3);
     my $server = Jifty::Server->new;
 
     return $server;


More information about the Jifty-commit mailing list