Reduce replication log spam from LoadBalancer
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 21 Nov 2017 19:41:13 +0000 (11:41 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 23 Nov 2017 05:21:49 +0000 (05:21 +0000)
commit2874b0fbb713aaf741b9f2025681c78d87d5d5e0
treeed17706a3342c2f478339b0f9f648fbd49ef6185
parent3cc7f15766b65b9b3cba865760e590e948b5ba2a
Reduce replication log spam from LoadBalancer

Set the logging level there to INFO. Move the ERROR level
logging to LoadMonitor, where it will trigger only on cache
regenerations, rather than every DB connection attempt.

Change-Id: I96fd513a01601544ea30a562746c49c88f84d96d
includes/libs/rdbms/loadbalancer/LoadBalancer.php
includes/libs/rdbms/loadmonitor/LoadMonitor.php