Skip to content

Commit 8a2a6bd

Browse files
committed
adding configuration documentation
1 parent 27143f3 commit 8a2a6bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

DependencyInjection/Configuration.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@
7171
* - [level]: level name or int value, defaults to DEBUG
7272
* - [bubble]: bool, defaults to true
7373
*
74+
* - elasticsearch:
75+
* - elasticsearch:
76+
* - host: elastic search host name
77+
* - [port]: defaults to 9200
78+
* - [index]: index name, defaults to monolog
79+
* - [index_type]: index_type name, defaults to logs
80+
* - [level]: level name or int value, defaults to DEBUG
81+
* - [bubble]: bool, defaults to true
82+
*
7483
* - fingers_crossed:
7584
* - handler: the wrapped handler's name
7685
* - [action_level|activation_strategy]: minimum level or service id to activate the handler, defaults to WARNING

0 commit comments

Comments
 (0)