Fix session store logging
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 22 Feb 2016 14:01:25 +0000 (09:01 -0500)
committerBryanDavis <bdavis@wikimedia.org>
Mon, 22 Feb 2016 17:13:03 +0000 (17:13 +0000)
commit405c2c8b6b3e1bb258e840bb023bcf0ae800b51f
tree992286b73dbe9b7296de16598e88ff4d4ba70d7e
parenta103e826472556370e0d4f022b8311512ad41919
Fix session store logging

Two things were wrong here:
1. SessionManager shouldn't override the configured logger of the
   underlying store.
2. CachedBagOStuff shouldn't override the configured logger of the
   backend store on construction.

Change-Id: I24ed5a81d5b238a42934a7890dd8d0a9f9bb3b6f
includes/libs/objectcache/CachedBagOStuff.php
includes/session/SessionManager.php