We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27143f3 commit 8a2a6bdCopy full SHA for 8a2a6bd
DependencyInjection/Configuration.php
@@ -71,6 +71,15 @@
71
* - [level]: level name or int value, defaults to DEBUG
72
* - [bubble]: bool, defaults to true
73
*
74
+ * - elasticsearch:
75
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
+ *
83
* - fingers_crossed:
84
* - handler: the wrapped handler's name
85
* - [action_level|activation_strategy]: minimum level or service id to activate the handler, defaults to WARNING
0 commit comments