1
0
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:
ipsq
2014-04-01 17:07:22 +02:00
parent a3e7ed6218
commit a3e00db52f

View File

@@ -27,7 +27,7 @@ class TagProcessor
public function __invoke(array $record)
{
$record['tags'] = $this->tags;
$record['extra']['tags'] = $this->tags;
return $record;
}