Update session log messages
authorBryan Davis <bd808@wikimedia.org>
Tue, 2 Feb 2016 16:37:27 +0000 (09:37 -0700)
committerBryan Davis <bd808@wikimedia.org>
Sat, 6 Feb 2016 23:18:01 +0000 (16:18 -0700)
commitf60fd42b33ed226f999dd6b6cc1cc499a1f6b151
tree0ff311f3430fd12e8da2c8efefc3fca094751130
parent97483221af464d8c028535170d7538730cbb319d
Update session log messages

* Use PSR-3 templates and context where applicable
* Add log coverage for exceptional events

Bug: T125452
Change-Id: I8f96fa1c5766c739a21219abcae2dbb76de53e2a
includes/session/BotPasswordSessionProvider.php
includes/session/CookieSessionProvider.php
includes/session/PHPSessionHandler.php
includes/session/SessionBackend.php
includes/session/SessionManager.php
tests/phpunit/includes/session/BotPasswordSessionProviderTest.php
tests/phpunit/includes/session/CookieSessionProviderTest.php
tests/phpunit/includes/session/PHPSessionHandlerTest.php
tests/phpunit/includes/session/SessionManagerTest.php