diff --git a/GlobalLogging.php b/GlobalLogging.php index 36f5c191..88318cd7 100644 --- a/GlobalLogging.php +++ b/GlobalLogging.php @@ -1,37 +1,36 @@ "$wmgLogDir/debuglogs/404.log", 'api' => "$wmgLogDir/debuglogs/api.log", 'captcha' => "$wmgLogDir/debuglogs/captcha.log", 'CentralAuth' => "$wmgLogDir/debuglogs/CentralAuth.log", 'collection' => "$wmgLogDir/debuglogs/collection.log", 'CreateWiki' => "$wmgLogDir/debuglogs/CreateWiki.log", - 'deprecated' => "$wmgLogDir/debuglogs/deprecated.log", 'Echo' => "$wmgLogDir/debuglogs/Echo.log", 'error' => "$wmgLogDir/debuglogs/php-error.log", 'exception' => "$wmgLogDir/debuglogs/exception.log", 'exec' => "$wmgLogDir/debuglogs/exec.log", 'Math' => "$wmgLogDir/debuglogs/Math.log", 'MatomoAnalytics' => "$wmgLogDir/debuglogs/MatomoAnalytics.log", 'OAuth' => "$wmgLogDir/debuglogs/OAuth.log", 'redis' => "$wmgLogDir/debuglogs/redis.log", 'spf-tmp' => "$wmgLogDir/debuglogs/spf-tmp.log", 'thumbnail' => "$wmgLogDir/debuglogs/thumbnail.log", ]; if ( $wgCommandLineMode ) { error_reporting( -1 ); ini_set( 'display_startup_errors', 1 ); ini_set( 'display_errors', 1 ); $wgShowExceptionDetails = true; $wgShowSQLErrors = true; $wgDebugDumpSql = true; $wgShowDBErrorBacktrace = true; }