jenkins-bot has submitted this change and it was merged. Change subject: Disable Flow EventLogging by default ......................................................................
Disable Flow EventLogging by default I think opt-in makes more sense than opt-out Change-Id: I520b3098fff4aa238e894965abe453e5c8b90cf3 --- M Flow.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Mattflaschen: Looks good to me, approved jenkins-bot: Verified diff --git a/Flow.php b/Flow.php index fe33f89..9c580e1 100644 --- a/Flow.php +++ b/Flow.php @@ -295,4 +295,4 @@ $wgFlowParsoidForwardCookies = false; // Enable/disable event logging -$wgFlowEventLogging = true; +$wgFlowEventLogging = false; -- To view, visit https://gerrit.wikimedia.org/r/178188 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I520b3098fff4aa238e894965abe453e5c8b90cf3 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/Flow Gerrit-Branch: master Gerrit-Owner: Matthias Mullie <[email protected]> Gerrit-Reviewer: Mattflaschen <[email protected]> Gerrit-Reviewer: Matthias Mullie <[email protected]> Gerrit-Reviewer: SG <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
