From: Mike G. v. a. <we...@ma...> - 2005-06-22 15:24:25
|
Log Message: ----------- Resetting Timing::Logfile to empty. I have left the default value for dvipngArgs so that it works with dvipng versions greater than 1.0 Modified Files: -------------- webwork-modperl/lib/WeBWorK: Constants.pm Revision Data ------------- Index: Constants.pm =================================================================== RCS file: /webwork/cvs/system/webwork-modperl/lib/WeBWorK/Constants.pm,v retrieving revision 1.25 retrieving revision 1.26 diff -Llib/WeBWorK/Constants.pm -Llib/WeBWorK/Constants.pm -u -r1.25 -r1.26 --- lib/WeBWorK/Constants.pm +++ lib/WeBWorK/Constants.pm @@ -54,7 +54,7 @@ # If non-empty, timing data will be sent to the file named rather than STDERR. # -$WeBWorK::Timing::Logfile = "/home/gage/webwork2/logs/timing.log"; +$WeBWorK::Timing::Logfile = ""; ################################################################################ # WeBWorK::ContentGenerator::Hardcopy |