X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=includes%2FDevelopmentSettings.php;h=8b32de4f64d6b866364a34f69fe28d509f10fb33;hb=f4b35e16a5582a42ed17a59a05182e9e2a52d571;hp=a74353ab6bb64a60949d11239c8bac32c8cc9c60;hpb=8f3dc302a5062a6362f12ee2e37fd8eacd956feb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DevelopmentSettings.php b/includes/DevelopmentSettings.php index a74353ab6b..8b32de4f64 100644 --- a/includes/DevelopmentSettings.php +++ b/includes/DevelopmentSettings.php @@ -24,25 +24,18 @@ 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 verbose logging -$wgDebugComments = true; -$wgDebugDumpSql = true; -$wgDebugTimestamps = true; - // Enable log files $logDir = getenv( 'MW_LOG_DIR' ); if ( $logDir ) {