Skip to content

Commit 4e06b86

Browse files
committed
Add info to the monolog.channels config
1 parent 0e675a6 commit 4e06b86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ public function getConfigTreeBuilder(): TreeBuilder
416416
->children()
417417
->scalarNode('use_microseconds')->defaultTrue()->end()
418418
->arrayNode('channels')
419+
->info('List of additional channels to create. The "app" channel is already created by default.')
419420
->canBeUnset()
420421
->prototype('scalar')->end()
421422
->end()

0 commit comments

Comments
 (0)