Skip to content

Commit ef5445c

Browse files
committed
doc: document new publish debug new header-data mode
Signed-off-by: James Knight <[email protected]>
1 parent c4e9695 commit ef5445c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/configuration.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,6 +1519,10 @@ Advanced publishing configuration
15191519

15201520
Switched from boolean to string for setting new debugging options.
15211521

1522+
.. versionchanged:: 2.6
1523+
1524+
Introduce the ``headers_and_data`` option.
1525+
15221526
.. warning::
15231527

15241528
Enabling certain debugging options may reveal information such as
@@ -1537,6 +1541,7 @@ Advanced publishing configuration
15371541
- ``deprecated``: Log warnings when a deprecated API call is used
15381542
(*for development purposes*).
15391543
- ``headers``: Log requests and responses, including their headers.
1544+
- ``headers_and_data``: Log header data along with request/response bodies.
15401545
- ``urllib3``: Enable urllib3 library debugging messages.
15411546

15421547
An example debugging configuration is as follows:

0 commit comments

Comments
 (0)