mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
f06cc4f85e
- added and documented --trace-ids to prepend (after the timestamp) the transfer and connection identifiers to each verbose log line - format is [n-m] with `n` being the transfer id and `m` being the connection id. In case there is not valid connection id, print 'x'. - Log calls with a handle that has no transfer id yet, are written without any ids. Closes #11185
13 lines
409 B
Makefile
13 lines
409 B
Makefile
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Long: trace-ids
|
|
Help: Add transfer and connection identifiers to trace/verbose output
|
|
Added: 8.2.0
|
|
Category: verbose
|
|
Example: --trace-ids --trace-ascii output $URL
|
|
See-also: trace verbose
|
|
Multi: boolean
|
|
Scope: global
|
|
---
|
|
Prepends the transfer and connection identifiers to each trace or verbose line that curl displays.
|