[Rt-commit] r19479 - in rt/3.999/trunk: lib/RT/Test

sartak at bestpractical.com sartak at bestpractical.com
Wed May 6 16:35:16 EDT 2009


Author: sartak
Date: Wed May  6 16:35:11 2009
New Revision: 19479

Modified:
   rt/3.999/trunk/etc/RT_Config.pm
   rt/3.999/trunk/lib/RT/Test/Shredder.pm

Log:
Remove LogToFileNamed

Modified: rt/3.999/trunk/etc/RT_Config.pm
==============================================================================
--- rt/3.999/trunk/etc/RT_Config.pm	(original)
+++ rt/3.999/trunk/etc/RT_Config.pm	Wed May  6 16:35:11 2009
@@ -678,7 +678,7 @@
 
 set($LogToScreen    , 'info');
 
-=item C<$LogToFile>, C<$LogToFileNamed>
+=item C<$LogToFile>
 
 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
@@ -692,7 +692,6 @@
 =cut
 
 set($LogToFile      , undef);
-set($LogToFileNamed , "rt.log");    #log to rt.log
 
 =back
 

Modified: rt/3.999/trunk/lib/RT/Test/Shredder.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/Test/Shredder.pm	(original)
+++ rt/3.999/trunk/lib/RT/Test/Shredder.pm	Wed May  6 16:35:11 2009
@@ -86,8 +86,6 @@
 
     # logging to standalone file
     config_set( '$LogToFile', 'debug' );
-    my $fname = File::Spec->catfile( create_tmpdir(), test_name() . ".log" );
-    config_set( '$LogToFilenamed', $fname );
 }
 
 =head3 config_set


More information about the Rt-commit mailing list