X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDevelopmentSettings.php;h=8b32de4f64d6b866364a34f69fe28d509f10fb33;hb=11278f848deb3bae3b653aa741915873e43aa766;hp=96ed56b94d1e1c21b846220ec1bc2d339360118d;hpb=e46d0694ac253df5f91fcfcd65ff19b0b3a2982c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DevelopmentSettings.php b/includes/DevelopmentSettings.php index 96ed56b94d..8b32de4f64 100644 --- a/includes/DevelopmentSettings.php +++ b/includes/DevelopmentSettings.php @@ -24,18 +24,16 @@ ini_set( 'display_errors', 1 ); /** * Debugging: MediaWiki */ -global $wgDevelopmentWarnings, $wgShowDBErrorBacktrace, $wgShowExceptionDetails, - $wgShowSQLErrors, $wgDebugRawPage, - $wgDebugComments, $wgDebugDumpSql, $wgDebugTimestamps, +global $wgDevelopmentWarnings, $wgShowExceptionDetails, $wgShowHostnames, + $wgDebugRawPage, $wgDebugComments, $wgDebugDumpSql, $wgDebugTimestamps, $wgCommandLineMode, $wgDebugLogFile, $wgDBerrorLog, $wgDebugLogGroups; // Use of wfWarn() should cause tests to fail $wgDevelopmentWarnings = true; // Enable showing of errors -$wgShowDBErrorBacktrace = true; $wgShowExceptionDetails = true; -$wgShowSQLErrors = true; +$wgShowHostnames = true; $wgDebugRawPage = true; // T49960 // Enable log files