File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ElasticsearchLogstashHandler
99 The ``ElasticsearchLogstashHandler `` was introduced in Symfony 4.4.
1010
1111This handler deals directly with the HTTP interface of Elasticsearch. This means
12- it will slow down your application if Elasticsearch takes times to answer. Even
12+ it will slow down your application if Elasticsearch takes time to answer. Even
1313if all HTTP calls are done asynchronously.
1414
1515In a development environment, it's fine to keep the default configuration: for
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ The example above could then be rewritten as::
6161
6262Depending on the verbosity level that the command is run in and the user's
6363configuration (see below), these messages may or may not be displayed to
64- the console. If they are displayed, they are timestamped and colored appropriately.
64+ the console. If they are displayed, they are time-stamped and colored appropriately.
6565Additionally, error logs are written to the error output (``php://stderr ``).
6666There is no need to conditionally handle the verbosity settings anymore.
6767
Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ is then passed onto the ``deduplicated`` handler.
142142
143143The ``deduplicated `` handler keeps all the messages for a request and then
144144passes them onto the nested handler in one go, but only if the records are
145- unique over a given period of time (60 seconds by default). If the records are
146- duplicated they are discarded. Adding this handler reduces the amount of
145+ unique over a given period of time (60 seconds by default). Duplicated records are
146+ discarded. Adding this handler reduces the amount of
147147notifications to a manageable level, specially in critical failure scenarios.
148148You can adjust the time period using the ``time `` option:
149149
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ Symfony's MonologBridge provides processors that can be registered inside your a
179179 Adds information about current route (controller, action, route parameters).
180180
181181:class: `Symfony\\ Bridge\\ Monolog\\ Processor\\ ConsoleCommandProcessor `
182- Adds information about current console command.
182+ Adds information about the current console command.
183183
184184.. versionadded :: 4.3
185185
You can’t perform that action at this time.
0 commit comments