Skip to content

Commit 2fcbbfa

Browse files
committed
doc: promote an alternative headers-and-data format for publish-debug
The option `headers-and-data` is preferred value for the debugging mode; updating documentation to reflect this. Signed-off-by: James Knight <[email protected]>
1 parent ea28688 commit 2fcbbfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ Advanced publishing configuration
15241524

15251525
.. versionchanged:: 2.6
15261526

1527-
Introduce the ``headers_and_data`` option.
1527+
Introduce the ``headers-and-data`` option.
15281528

15291529
.. warning::
15301530

@@ -1544,7 +1544,7 @@ Advanced publishing configuration
15441544
- ``deprecated``: Log warnings when a deprecated API call is used
15451545
(*for development purposes*).
15461546
- ``headers``: Log requests and responses, including their headers.
1547-
- ``headers_and_data``: Log header data along with request/response bodies.
1547+
- ``headers-and-data``: Log header data along with request/response bodies.
15481548
- ``urllib3``: Enable urllib3 library debugging messages.
15491549

15501550
An example debugging configuration is as follows:

0 commit comments

Comments
 (0)