8000
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.
2 parents e42fd3c + 6c4bcac commit c9caaa1Copy full SHA for c9caaa1
logging/handlers.rst
@@ -27,7 +27,7 @@ To use it, declare it as a service:
27
Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler: ~
28
29
# optionally, configure the handler using the constructor arguments (shown values are default)
30
- Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler: ~
+ Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler:
31
arguments:
32
$endpoint: "http://127.0.0.1:9200"
33
$index: "monolog"
0 commit comments