1 Long: trace-ascii 2 Arg: <file> 3 Help: Like --trace, but without hex output 4 Mutexed: trace verbose 5 Category: verbose 6 Example: --trace-ascii log.txt $URL 7 Added: 7.9.7 8 --- 9 Enables a full trace dump of all incoming and outgoing data, including 10 descriptive information, to the given output file. Use "-" as filename to have 11 the output sent to stdout. 12 13 This is similar to --trace, but leaves out the hex part and only shows the 14 ASCII part of the dump. It makes smaller output that might be easier to read 15 for untrained humans. 16 17 This option is global and does not need to be specified for each use of 18 --next. 19 20 If this option is used several times, the last one will be used. 21