Switch empty username logging from warning to debug.
authorBill Pirkle <bpirkle@wikimedia.org>
Sat, 25 May 2019 02:14:42 +0000 (21:14 -0500)
committerBill Pirkle <bpirkle@wikimedia.org>
Sat, 25 May 2019 02:14:42 +0000 (21:14 -0500)
commit1449fa776966e5ce7373ca257155f46de079fee3
tree57d463bcdb13903af99e1ae96ca2de2575268f0c
parentb7e71525df3d401e3fd1e4815413610c65282465
Switch empty username logging from warning to debug.

Change ddd1d4b9203a added logging when an empty username is
passed to various Linker.php functions. The logging revealed
this occuring on live, but it is occuring frequently and
causing distracting log noise. Switch the logging type from
warning to debug while the root cause is investigated.

Bug: T224050
Change-Id: I93826e486951e992afdf778f446792d3c209996a
includes/Linker.php