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