Skip to content

Commit 5772059

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Documentation bugfix
2 parents 00c34fa + d5a33d8 commit 5772059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging/handlers.rst

Lines changed: 1 addition & 1 deletion
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)