Skip to content

Commit 1a95284

Browse files
committed
[ci skip] Docs update
1 parent 60f7e2a commit 1a95284

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

user_guide_src/source/libraries/curlrequest.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,10 @@ An example::
246246
debug
247247
=====
248248

249-
When ``debug`` is passed and set to ``true``, this will enable additional debugging to echo to STDOUT during the
250-
script execution. This is done by passing CURLOPT_VERBOSE and echoing the output::
249+
When ``debug`` is passed and set to ``true``, this will enable additional debugging to echo to STDERR during the
250+
script execution. This is done by passing CURLOPT_VERBOSE and echoing the output. So, when you're running a build-in
251+
server via ``spark serve`` you will see the output in the console. Otherwise, the output will be written to
252+
the server's error log.
251253

252254
$response->request('GET', 'http://example.com', ['debug' => true]);
253255

0 commit comments

Comments
 (0)