From a6f97ce0638f14a3014cb9fd10b6599c40284735 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 8 Jan 2021 10:39:07 +0100 Subject: [PATCH] [Messenger] Document the debug option of Amazon SQS --- messenger.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messenger.rst b/messenger.rst index e4d1179da8a..ee274146158 100644 --- a/messenger.rst +++ b/messenger.rst @@ -1342,6 +1342,8 @@ The transport has a number of options: ``auto_setup`` Whether the queue should be created ``true`` automatically during send / get. ``buffer_size`` Number of messages to prefetch 9 +``debug`` If ``true`` it logs all HTTP requests ``false`` + and responses (it impacts performance) ``endpoint`` Absolute URL to the SQS service https://sqs.eu-west-1.amazonaws.com ``poll_timeout`` Wait for new message duration in 0.1 seconds @@ -1353,6 +1355,10 @@ The transport has a number of options: ``wait_time`` `Long polling`_ duration in seconds 20 ====================== ====================================== =================================== +.. versionadded:: 5.3 + + The ``debug`` option was introduced in Symfony 5.3. + .. note:: The ``wait_time`` parameter defines the maximum duration Amazon SQS should