Aaron Schulz has submitted this change and it was merged.

Change subject: Fixed redis auth error spam in logs.
......................................................................


Fixed redis auth error spam in logs.

(cherry picked from commit f399458604353e7133aa7e98b5ee08822ab06fff)

Change-Id: I81ab8e5918cb5c175ddbeae65110a1364a9a8a7d
---
M includes/clientpool/RedisConnectionPool.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Aaron Schulz: Verified; Looks good to me, approved



diff --git a/includes/clientpool/RedisConnectionPool.php 
b/includes/clientpool/RedisConnectionPool.php
index bb8b77f..953b812 100644
--- a/includes/clientpool/RedisConnectionPool.php
+++ b/includes/clientpool/RedisConnectionPool.php
@@ -80,7 +80,7 @@
                        : false;
                $this->password = isset( $options['password'] )
                        ? $options['password']
-                       : '';
+                       : null;
                $this->poolSize = isset( $options['poolSize'] )
                        ? $options['poolSize']
                        : 5;

-- 
To view, visit https://gerrit.wikimedia.org/r/53296
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I81ab8e5918cb5c175ddbeae65110a1364a9a8a7d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.21wmf11
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to