BryanDavis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/227892

Change subject: Ignore debug level messages from the 'redis' logging channel
......................................................................

Ignore debug level messages from the 'redis' logging channel

Follow up I5fc4c68e52b13a688bdcc93d9defc9f973323241 which moved some
redis related logging from wfDebug() to debug level on the redis
channel.

Change-Id: I2d3eebaf46521440b76f322faba07a13d24155a5
---
M wmf-config/InitialiseSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/92/227892/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index ea5323e..af303a1 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -4319,7 +4319,7 @@
                'FileOperation' => 'debug',
                'SwiftBackend' => 'debug', // -aaron 5/15/12
                'updateTranstagOnNullRevisions' => 'debug',
-               'redis' => 'debug', // -asher 2012/10/12
+               'redis' => 'info', // -asher 2012/10/12
                'memcached' => 'error', // -aaron 2012/10/24
                '404' => 'debug',
                'resourceloader' => 'debug',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2d3eebaf46521440b76f322faba07a13d24155a5
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <[email protected]>

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

Reply via email to