wiki.techinc.nl/includes/debug/logger
Tim Starling da5810bda8 Don't suppress debug log lines for queries when the debug toolbar is enabled
Log lines for SQL queries were not shown in either the debug toolbar's
debug log, or in the file configured by $wgDebugLogFile. I think it is
useful to have SQL queries both in a timeline context in the debug log,
and separately in table format.

This is a very similar complaint to I8edb41aa1d8236047b80830, which
affected deprecation messages.

Change-Id: Ie0ca7bf8394d3008e3f9e950c201da1a96276fea
2020-06-02 12:24:20 +10:00
..
monolog Fix numerous PSR12.Properties.ConstantVisibility.NotFound 2020-05-11 01:59:00 +00:00
ConsoleLogger.php Declare dynamic properties 2019-09-14 15:21:26 +02:00
ConsoleSpi.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
LegacyLogger.php Don't suppress debug log lines for queries when the debug toolbar is enabled 2020-06-02 12:24:20 +10:00
LegacySpi.php phpunit: Add setNullLogger() and make tests default to LegacySpi 2020-04-07 22:00:13 +00:00
LogCapturingSpi.php phpunit: Add setNullLogger() and make tests default to LegacySpi 2020-04-07 22:00:13 +00:00
LoggerFactory.php
MonologSpi.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
NullSpi.php Remove duplicate variable name from class property PHPDocs 2019-12-02 12:58:29 +00:00
Spi.php