mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 13:16:39 +02:00
Fix type name for table formatter
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user