File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1519,6 +1519,10 @@ Advanced publishing configuration
1519
1519
1520
1520
Switched from boolean to string for setting new debugging options.
1521
1521
1522
+ .. versionchanged :: 2.6
1523
+
1524
+ Introduce the ``headers_and_data `` option.
1525
+
1522
1526
.. warning ::
1523
1527
1524
1528
Enabling certain debugging options may reveal information such as
@@ -1537,6 +1541,7 @@ Advanced publishing configuration
1537
1541
- ``deprecated ``: Log warnings when a deprecated API call is used
1538
1542
(*for development purposes *).
1539
1543
- ``headers ``: Log requests and responses, including their headers.
1544
+ - ``headers_and_data ``: Log header data along with request/response bodies.
1540
1545
- ``urllib3 ``: Enable urllib3 library debugging messages.
1541
1546
1542
1547
An example debugging configuration is as follows:
You can’t perform that action at this time.
0 commit comments