Skip to content

Commit c9caaa1

Browse files
committed
minor #18713 Documentation bugfix (StaffNowa)
This PR was merged into the 5.4 branch. Discussion ---------- Documentation bugfix Documentation bugfix Commits ------- 6c4bcac Documentation bugfix
2 parents e42fd3c + 6c4bcac commit c9caaa1

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)