mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-11 23:54:04 +02:00
Make sure extra/context variables are stringified when more than one level deep
This commit is contained in:
committed by
Haralan Dobrev
parent
ec75076ded
commit
4ab8ed0a53
@@ -308,7 +308,7 @@ class SlackRecordTest extends TestCase
|
||||
),
|
||||
array(
|
||||
'title' => 'tags',
|
||||
'value' => array('web'),
|
||||
'value' => '["web"]',
|
||||
'short' => false
|
||||
),
|
||||
array(
|
||||
|
Reference in New Issue
Block a user