RedisConnectionPool: convert to PSR3 logging
authorBryan Davis <bd808@wikimedia.org>
Wed, 29 Jul 2015 20:32:42 +0000 (14:32 -0600)
committerBryan Davis <bd808@wikimedia.org>
Wed, 29 Jul 2015 21:00:53 +0000 (15:00 -0600)
commit93f360a01b4972474f86e47410d8a8b9db5d8e1a
tree99f7d24ba841e983f01d2a27ccafb7e0b8a966fe
parent19a40cd3ad589369a4f4a5faf1af4530d7c9c906
RedisConnectionPool: convert to PSR3 logging

Convert from wfDebug* logging to Psr\Log\LoggerInterface. Use structured
logging data to tag log messages the associated redis server.

Bug: T88649
Change-Id: I5fc4c68e52b13a688bdcc93d9defc9f973323241
includes/clientpool/RedisConnectionPool.php