[Rt-commit] r11853 - in rt/branches/3.8-TESTING: etc

jesse at bestpractical.com jesse at bestpractical.com
Wed Apr 23 17:30:28 EDT 2008


Author: jesse
Date: Wed Apr 23 17:30:28 2008
New Revision: 11853

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/etc/RT_Config.pm.in

Log:
 r30021 at 31b:  jesse | 2008-04-23 16:13:34 -0400
  * Default to showing "info" notices to STDERR


Modified: rt/branches/3.8-TESTING/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.8-TESTING/etc/RT_Config.pm.in	(original)
+++ rt/branches/3.8-TESTING/etc/RT_Config.pm.in	Wed Apr 23 17:30:28 2008
@@ -358,7 +358,7 @@
 # From lowest to highest priority, the levels are:
 #  debug info notice warning error critical alert emergency
 Set($LogToSyslog    , 'debug');
-Set($LogToScreen    , 'error');
+Set($LogToScreen    , 'info');
 
 # Logging to a standalone file is also possible, but note that the
 # file should needs to both exist and be writable by all direct users


More information about the Rt-commit mailing list