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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Dec 27 02:36:26 EST 2005


Author: alexmv
Date: Tue Dec 27 02:36:26 2005
New Revision: 406

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

Log:
 r8417 at zoq-fot-pik:  chmrr | 2005-12-27 02:34:53 -0500
  * Remove files from MANIFEST that we no longer include
  * Quiet down logging when we create the db and start up the server


Modified: jifty/trunk/MANIFEST
==============================================================================
--- jifty/trunk/MANIFEST	(original)
+++ jifty/trunk/MANIFEST	Tue Dec 27 02:36:26 2005
@@ -186,8 +186,6 @@
 t/Continuations/bin/jifty
 t/Continuations/lib/Continuations/Action/CrossBridge.pm
 t/Continuations/lib/Continuations/Action/GetGrail.pm
-t/Continuations/Makefile.PL
-t/Continuations/META.yml
 t/Continuations/t/00-prototype.t
 t/Continuations/t/01-raw-api.t
 t/Continuations/t/02-api.t
@@ -204,7 +202,6 @@
 t/Mapper/bin/jifty
 t/Mapper/lib/Mapper/Action/CrossBridge.pm
 t/Mapper/lib/Mapper/Action/GetGrail.pm
-t/Mapper/Makefile.PL
 t/Mapper/t/00-prototype.t
 t/Mapper/t/01-raw-api.t
 t/Mapper/t/02-api.t

Modified: jifty/trunk/lib/Jifty/Test.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test.pm	(original)
+++ jifty/trunk/lib/Jifty/Test.pm	Tue Dec 27 02:36:26 2005
@@ -43,11 +43,13 @@
 
     Jifty->new( no_handle => 1 );
 
+    Log::Log4perl->get_logger("SchemaTool")->less_logging(3);
     my $schema = Jifty::Script::Schema->new;
     $schema->{drop_database} =
       $schema->{create_database} =
         $schema->{create_all_tables} = 1;
     $schema->run;
+    Log::Log4perl->get_logger("SchemaTool")->more_logging(3);
 
     Jifty->new();
     $class->setup_mailbox;
@@ -95,6 +97,7 @@
     require Test::HTTP::Server::Simple;
     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