mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 04:37:38 +02:00
Update TagProcessor.php
This commit is contained in:
@@ -27,7 +27,7 @@ class TagProcessor
|
|||||||
|
|
||||||
public function __invoke(array $record)
|
public function __invoke(array $record)
|
||||||
{
|
{
|
||||||
$record['tags'] = $this->tags;
|
$record['extra']['tags'] = $this->tags;
|
||||||
|
|
||||||
return $record;
|
return $record;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user