20 lines
423 B
Markdown
Raw Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: trace-ids
2024-05-15 15:20:32 -04:00
Help: Transfer + connection ids in verbose output
2023-12-11 20:30:44 -05:00
Added: 8.2.0
Category: verbose
Multi: boolean
Scope: global
2024-05-15 15:20:32 -04:00
See-also:
- trace
- verbose
Example:
- --trace-ids --trace-ascii output $URL
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--trace-ids`
2023-12-11 20:30:44 -05:00
Prepends the transfer and connection identifiers to each trace or verbose line that curl displays.