Skip to content

Commit 7354086

Browse files
committed
Update Configuration.php
1 parent be1c023 commit 7354086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DependencyInjection/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
* - newrelic:
170170
* - [level]: level name or int value, defaults to DEBUG
171171
* - [bubble]: bool, defaults to true
172-
* - [app_name]: new relic app name, default null
172+
* - [app-name]: new relic app name, default null
173173
*
174174
* - hipchat:
175175
* - token: hipchat api token
@@ -293,7 +293,7 @@ public function getConfigTreeBuilder()
293293
->scalarNode('priority')->defaultValue(0)->end()
294294
->scalarNode('level')->defaultValue('DEBUG')->end()
295295
->booleanNode('bubble')->defaultTrue()->end()
296-
->scalarNode('app_name')->defaultValue(null)->end()
296+
->scalarNode('app-name')->defaultNull()->end()
297297
->booleanNode('include_stacktraces')->defaultFalse()->end()
298298
->scalarNode('path')->defaultValue('%kernel.logs_dir%/%kernel.environment%.log')->end() // stream and rotating
299299
->scalarNode('file_permission') // stream and rotating

0 commit comments

Comments
 (0)