jenkins-bot has submitted this change and it was merged. 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(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: Iabf6948863bb1660cb8bc31bccefefa21600eba8 Gerrit-PatchSet: 2 Gerrit-Project: integration/jenkins Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
