diff --git a/logging/handlers.rst b/logging/handlers.rst index 1682040e504..0ce0f4c3249 100644 --- a/logging/handlers.rst +++ b/logging/handlers.rst @@ -9,7 +9,7 @@ ElasticsearchLogstashHandler The ``ElasticsearchLogstashHandler`` was introduced in Symfony 4.4. This handler deals directly with the HTTP interface of Elasticsearch. This means -it will slow down your application if Elasticsearch takes times to answer. Even +it will slow down your application if Elasticsearch takes time to answer. Even if all HTTP calls are done asynchronously. In a development environment, it's fine to keep the default configuration: for diff --git a/logging/monolog_console.rst b/logging/monolog_console.rst index 663922f28af..d714d938b4b 100644 --- a/logging/monolog_console.rst +++ b/logging/monolog_console.rst @@ -61,7 +61,7 @@ The example above could then be rewritten as:: Depending on the verbosity level that the command is run in and the user's configuration (see below), these messages may or may not be displayed to -the console. If they are displayed, they are timestamped and colored appropriately. +the console. If they are displayed, they are time-stamped and colored appropriately. Additionally, error logs are written to the error output (``php://stderr``). There is no need to conditionally handle the verbosity settings anymore. diff --git a/logging/monolog_email.rst b/logging/monolog_email.rst index f68f8c3237e..812367cacd9 100644 --- a/logging/monolog_email.rst +++ b/logging/monolog_email.rst @@ -142,8 +142,8 @@ is then passed onto the ``deduplicated`` handler. The ``deduplicated`` handler keeps all the messages for a request and then passes them onto the nested handler in one go, but only if the records are -unique over a given period of time (60 seconds by default). If the records are -duplicated they are discarded. Adding this handler reduces the amount of +unique over a given period of time (60 seconds by default). Duplicated records are +discarded. Adding this handler reduces the amount of notifications to a manageable level, specially in critical failure scenarios. You can adjust the time period using the ``time`` option: diff --git a/logging/processors.rst b/logging/processors.rst index 5f1e27834b5..1aa331b23f3 100644 --- a/logging/processors.rst +++ b/logging/processors.rst @@ -179,7 +179,7 @@ Symfony's MonologBridge provides processors that can be registered inside your a Adds information about current route (controller, action, route parameters). :class:`Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor` - Adds information about current console command. + Adds information about the current console command. .. versionadded:: 4.3