mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 08:36:33 +02:00
Fixed previous commit
This commit is contained in:
@@ -55,7 +55,7 @@ class WildfireFormatter extends LineFormatter implements FormatterInterface
|
||||
// Create JSON object describing the appearance of the message in the console
|
||||
$json = json_encode(array(
|
||||
array(
|
||||
'Type' => $this->logLevels($record['level']),
|
||||
'Type' => $this->logLevels[$record['level']],
|
||||
'File' => '',
|
||||
'Line' => '',
|
||||
),
|
||||
|
Reference in New Issue
Block a user