Remove use of $dest = 'log' for wfDebugLog
authorBryan Davis <bd808@wikimedia.org>
Wed, 30 Dec 2015 19:48:01 +0000 (12:48 -0700)
committerBryan Davis <bd808@wikimedia.org>
Wed, 30 Dec 2015 20:03:14 +0000 (13:03 -0700)
commit0affda7edf5ffba1b5161faf1dac2df131dd94d2
treedb7612414174f278354a7038290460e76af36fce
parent459c0e28bf8f4b5566e2000d6738cdb9bd779973
Remove use of $dest = 'log' for wfDebugLog

The functionality for marking a debug log message for delivery to a log
file but not to MWDebug was removed in 1.25 with the introduction of
the PSR-3 logging system. Convert the messages that were marked for this
special handling in a7a0883 to use 'private' instead.

Bug: T122644
Change-Id: Iefaac07a5922c16c2899904c7b678199c5b1efe9
includes/AjaxResponse.php
includes/OutputPage.php
includes/cache/HTMLFileCache.php
includes/debug/MWDebug.php