Skip to content
This repository was archived by the owner on Jan 14, 2019. It is now read-only.

Commit ad35639

Browse files
author
Damien MARTIN
authored
Merge pull request #46 from ter-informatique/additions-dont-normalize
Dont normalize keys of additions
2 parents ed33c16 + f39bad1 commit ad35639

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DependencyInjection/Configuration.php

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public function getConfigTreeBuilder()
3939
->arrayNode('additions')
4040
->info('A list of "key: value" entries that will be set in the [extra] section of each log message (Overwrites existing keys!).')
4141
->useAttributeAsKey('key')
42+
->normalizeKeys(false)
4243
->prototype('scalar')
4344
->info('Value for the key.')
4445
->isRequired()

0 commit comments

Comments
 (0)