Skip to content

Commit a72266f

Browse files
committed
Update Configuration.php
1 parent 4e2d6f0 commit a72266f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +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()
296297
->booleanNode('include_stacktraces')->defaultFalse()->end()
297298
->scalarNode('path')->defaultValue('%kernel.logs_dir%/%kernel.environment%.log')->end() // stream and rotating
298299
->scalarNode('file_permission') // stream and rotating

0 commit comments

Comments
 (0)