[Jifty-commit] r4671 - in jifty/trunk: lib/Jifty/Plugin

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Dec 13 03:41:59 EST 2007


Author: sartak
Date: Thu Dec 13 03:41:58 2007
New Revision: 4671

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

Log:
 r49011 at onn:  sartak | 2007-12-13 03:41:22 -0500
 Recorder: autoflush logfile just in case the server goes splat


Modified: jifty/trunk/lib/Jifty/Plugin/Recorder.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Recorder.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Recorder.pm	Thu Dec 13 03:41:58 2007
@@ -111,6 +111,7 @@
             Jifty->log->error("Unable to open $name for writing: $!");
             return;
         };
+        $loghandle->autoflush(1);
 
         Jifty->log->info("Logging all HTTP requests to $name.");
         $self->loghandle($loghandle);


More information about the Jifty-commit mailing list