Avoid 'message' in log context in AuthManager
authorGergő Tisza <gtisza@wikimedia.org>
Sat, 1 Oct 2016 01:10:56 +0000 (01:10 +0000)
committerGergő Tisza <gtisza@wikimedia.org>
Tue, 4 Oct 2016 00:24:42 +0000 (00:24 +0000)
commitcdcc2a0e3f18718f56c1da37dac7b399bf3add70
tree44d947cbd9d11cfdc663577d42d02016dd8f822d
parent9ebc3cb47059400d9d934c76bcac1c101d5caf2b
Avoid 'message' in log context in AuthManager

Logstash merges the log context into the main metadata (where
'message' is the log message) and ends up overwriting the message.

Bug: T145133
Change-Id: I27f221b0f1f7203e93d1b92119dc584ba8526f5b
includes/auth/AuthManager.php
tests/phpunit/includes/auth/AuthManagerTest.php