[Rt-commit] r12794 - in rt/branches/3.8-TESTING: lib/RT/Interface/Web/Standalone

sartak at bestpractical.com sartak at bestpractical.com
Mon Jun 2 12:20:53 EDT 2008


Author: sartak
Date: Mon Jun  2 12:20:52 2008
New Revision: 12794

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/lib/RT/Interface/Web/Standalone/PreFork.pm

Log:
 r61390 at onn:  sartak | 2008-06-02 12:19:32 -0400
 Decrease the default log_level to avoid useless startup notifications


Modified: rt/branches/3.8-TESTING/lib/RT/Interface/Web/Standalone/PreFork.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Interface/Web/Standalone/PreFork.pm	(original)
+++ rt/branches/3.8-TESTING/lib/RT/Interface/Web/Standalone/PreFork.pm	Mon Jun  2 12:20:52 2008
@@ -67,7 +67,11 @@
         keys %option_map,
     );
 
-    return { %forking, RT->Config->Get('NetServerOptions') };
+    return {
+        %forking,
+        log_level => 1,
+        RT->Config->Get('NetServerOptions')
+    };
 }
 
 1;


More information about the Rt-commit mailing list