mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 00:26:10 +02:00
Rename level_num to monolog_level, refs #960
This commit is contained in:
@@ -84,7 +84,7 @@ class LogstashFormatter extends NormalizerFormatter
|
||||
$message['level'] = $record['level_name'];
|
||||
}
|
||||
if (isset($record['level'])) {
|
||||
$message['level_num'] = $record['level'];
|
||||
$message['monolog_level'] = $record['level'];
|
||||
}
|
||||
if ($this->applicationName) {
|
||||
$message['type'] = $this->applicationName;
|
||||
|
Reference in New Issue
Block a user