[Rt-commit] r19476 - rt/3.999/trunk/etc
sartak at bestpractical.com
sartak at bestpractical.com
Wed May 6 16:26:23 EDT 2009
Author: sartak
Date: Wed May 6 16:26:23 2009
New Revision: 19476
Modified:
rt/3.999/trunk/etc/RT_Config.pm
Log:
LogDir is gone
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:26:23 2009
@@ -679,7 +679,7 @@
set($LogToSyslog , 'info');
set($LogToScreen , 'info');
-=item C<$LogToFile>, C<$LogDir>, C<$LogToFileNamed>
+=item C<$LogToFile>, C<$LogToFileNamed>
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
@@ -693,7 +693,6 @@
=cut
set($LogToFile , undef);
-set($LogDir, $RT::VarPath.'/log');
set($LogToFileNamed , "rt.log"); #log to rt.log
=item C<@LogToSyslogConf>
More information about the Rt-commit
mailing list