blob: 2f088ecb01d2b7a950bd532b15d76b3ca38c7961 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: trace
4Arg: <file>
5Help: Write a debug trace to FILE
6Mutexed: verbose trace-ascii
7Category: verbose
8Example: --trace log.txt $URL
9Added: 7.9.7
10See-also: trace-ascii trace-time
11Multi: single
12---
13Enables a full trace dump of all incoming and outgoing data, including
14descriptive information, to the given output file. Use "-" as filename to have
15the output sent to stdout. Use "%" as filename to have the output sent to
16stderr.
17
18This option is global and does not need to be specified for each use of
19--next.