jenkins-bot has submitted this change and it was merged. Change subject: Re-enable event logging for cx ......................................................................
Re-enable event logging for cx Of course we want logging for the feature we are deploying. Error introduced in bc4e9dded2 and then disabled in I359e4c43222a and nobody noticed until now (I was traveling). Change-Id: I8a9f29c66494f3e5265a7bbac2f069d6bd87fce7 --- M wmf-config/InitialiseSettings.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: KartikMistry: Looks good to me, but someone else must approve EBernhardson: Looks good to me, approved jenkins-bot: Verified diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php index 8c0fdfd..4c2099a 100644 --- a/wmf-config/InitialiseSettings.php +++ b/wmf-config/InitialiseSettings.php @@ -13769,7 +13769,7 @@ ), 'wmgContentTranslationEventLogging' => array( - 'default' => false, + 'default' => true, ), 'wmgContentTranslationCluster' => array( -- To view, visit https://gerrit.wikimedia.org/r/185667 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8a9f29c66494f3e5265a7bbac2f069d6bd87fce7 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Nikerabbit <[email protected]> Gerrit-Reviewer: EBernhardson <[email protected]> Gerrit-Reviewer: KartikMistry <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
