Skip to content

Commit d5a33d8

Browse files
committedAug 8, 2023
Merge branch '5.4' into 6.3
* 5.4: Documentation bugfix
2 parents 4acaf50 + c9caaa1 commit d5a33d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎logging/handlers.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To use it, declare it as a service:
2727
Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler: ~
2828
2929
# optionally, configure the handler using the constructor arguments (shown values are default)
30-
Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler: ~
30+
Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler:
3131
arguments:
3232
$endpoint: "http://127.0.0.1:9200"
3333
$index: "monolog"

0 commit comments

Comments
 (0)
Please sign in to comment.