Skip to content

Commit 3f1bdae

Browse files
author
Malte Blättermann
committed
Added the new config parameter to MonologExtension
1 parent a48c243 commit 3f1bdae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/MonologExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ private function buildHandler(ContainerBuilder $container, $name, array $handler
254254
array(
255255
'index' => $handler['index'],
256256
'type' => $handler['document_type'],
257+
'ignore_error' => $handler['ignore_error']
257258
),
258259
$handler['level'],
259260
$handler['bubble'],

0 commit comments

Comments
 (0)