1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: trace-ids 5Help: Transfer + connection ids in verbose output 6Added: 8.2.0 7Category: verbose global 8Multi: boolean 9Scope: global 10See-also: 11 - trace 12 - verbose 13Example: 14 - --trace-ids --trace-ascii output $URL 15--- 16 17# `--trace-ids` 18 19Prepends the transfer and connection identifiers to each trace or verbose line that curl displays. 20