1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-23 22:42:38 +01:00

Fix type name for table formatter

This commit is contained in:
Witold Wasiczko 2014-04-04 15:00:22 +02:00
parent 4a6f9cabb0
commit acede03901

View File

@ -70,7 +70,7 @@ class WildfireFormatter extends NormalizerFormatter
}
if(isset($record['context'][self::TABLE])){
$type = 'TYPE';
$type = 'TABLE';
$label = $record['channel'] .': '. $record['message'];
$message = $record['context'][self::TABLE];
} else {