Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/142291
Change subject: mwconf: wgShowDBErrorBacktrace = true ...................................................................... mwconf: wgShowDBErrorBacktrace = true I had an occurence of a test failling without outputing the backtrace though it ends up in mw-debug-cli.log, it is rather nice to have it in the console as well. Change-Id: Iabf6948863bb1660cb8bc31bccefefa21600eba8 --- M mediawiki/conf.d/00_dev_settings.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins refs/changes/91/142291/1 diff --git a/mediawiki/conf.d/00_dev_settings.php b/mediawiki/conf.d/00_dev_settings.php index eda27c9..7caad03 100644 --- a/mediawiki/conf.d/00_dev_settings.php +++ b/mediawiki/conf.d/00_dev_settings.php @@ -9,5 +9,6 @@ // Debugging: MediaWiki $wgDevelopmentWarnings = true; +$wgShowDBErrorBacktrace = true; $wgShowExceptionDetails = true; $wgDebugRawPage = true; // bug 47960 -- To view, visit https://gerrit.wikimedia.org/r/142291 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iabf6948863bb1660cb8bc31bccefefa21600eba8 Gerrit-PatchSet: 1 Gerrit-Project: integration/jenkins Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
