blob: 4da81cbd9382f5838c364b03b50e453a439ef6be [file] [log] [blame]
Daniel Stenberga387d882016-11-28 01:01:13 +01001Long: trace-ascii
2Arg: <file>
3Help: Like --trace, but without hex output
4Mutexed: trace verbose
Emil Engler5dddc1d2020-07-13 14:15:04 +02005Category: verbose
Daniel Stenberg68784d72021-08-31 16:37:14 +02006Example: --trace-ascii log.txt $URL
Daniel Stenbergce6e3e52021-09-28 11:50:07 +02007Added: 7.9.7
Daniel Stenberga387d882016-11-28 01:01:13 +01008---
9Enables a full trace dump of all incoming and outgoing data, including
10descriptive information, to the given output file. Use "-" as filename to have
11the output sent to stdout.
12
13This is very similar to --trace, but leaves out the hex part and only shows
14the ASCII part of the dump. It makes smaller output that might be easier to
15read for untrained humans.
16
Daniel Stenberg9f488fa2021-07-28 17:41:05 +020017This option is global and does not need to be specified for each use of
18--next.
19
Daniel Stenberga387d882016-11-28 01:01:13 +010020If this option is used several times, the last one will be used.