trace-ascii.d 690 B

123456789101112131415161718192021
  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. See-also: verbose trace
  9. ---
  10. Enables a full trace dump of all incoming and outgoing data, including
  11. descriptive information, to the given output file. Use "-" as filename to have
  12. the output sent to stdout.
  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. This option is global and does not need to be specified for each use of
  17. --next.
  18. If this option is used several times, the last one will be used.