From 7654049a66c35bf7f6845eabda8bf9cc2408a541 Mon Sep 17 00:00:00 2001 From: Vasilij Dusko Date: Mon, 7 Aug 2023 20:46:23 +0300 Subject: [PATCH] Documentation bugfix --- logging/handlers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/handlers.rst b/logging/handlers.rst index ef4c8990d48..cc5920aed72 100644 --- a/logging/handlers.rst +++ b/logging/handlers.rst @@ -27,7 +27,7 @@ To use it, declare it as a service: Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler: ~ # optionally, configure the handler using the constructor arguments (shown values are default) - Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler: ~ + Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler: arguments: $endpoint: "http://127.0.0.1:9200" $index: "monolog"