[Rt-commit] r18918 - rt/3.999/branches/lorzy/etc

jesse at bestpractical.com jesse at bestpractical.com
Mon Mar 23 21:25:57 EDT 2009


Author: jesse
Date: Mon Mar 23 21:25:56 2009
New Revision: 18918

Modified:
   rt/3.999/branches/lorzy/etc/RT_Config.pm

Log:
remove a config file flag that's now a jifty config

Modified: rt/3.999/branches/lorzy/etc/RT_Config.pm
==============================================================================
--- rt/3.999/branches/lorzy/etc/RT_Config.pm	(original)
+++ rt/3.999/branches/lorzy/etc/RT_Config.pm	Mon Mar 23 21:25:56 2009
@@ -677,16 +677,6 @@
 set($LogDir, '/home/jesse/svk/3.999-DANGEROUS/var/log');
 set($LogToFileNamed , "rt.log");    #log to rt.log
 
-=item C<$LogStackTraces>
-
-If set to a log level then logging will include stack
-traces for messages with level equal to or greater than
-specified.
-
-=cut
-
-set($LogStackTraces, '');
-
 =item C<@LogToSyslogConf>
 
 On Solaris or UnixWare, set to ( socket => 'inet' ).  Options here


More information about the Rt-commit mailing list