don't enable debug log by default
authorRiver Tarnell <kateturner@users.mediawiki.org>
Fri, 18 Mar 2005 20:53:38 +0000 (20:53 +0000)
committerRiver Tarnell <kateturner@users.mediawiki.org>
Fri, 18 Mar 2005 20:53:38 +0000 (20:53 +0000)
includes/DefaultSettings.php

index d4bafc8..9530066 100644 (file)
@@ -431,7 +431,7 @@ $wgReadOnlyFile         = "{$wgUploadDirectory}/lock_yBgMBwiR";
 /**
  * The debug log file should be not be publicly accessible if it is used, as it
  * may contain private data. */
-$wgDebugLogFile         = 'deb.txt';
+$wgDebugLogFile         = '';
 
 /**#@+
  * @global bool