trace.d 771 B

123456789101112131415161718192021
  1. c: Copyright (C) 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-config trace-ids trace-time
  11. Multi: single
  12. Scope: global
  13. ---
  14. Enables a full trace dump of all incoming and outgoing data, including
  15. descriptive information, to the given output file. Use "-" as filename to have
  16. the output sent to stdout. Use "%" as filename to have the output sent to
  17. stderr.
  18. Note that verbose output of curl activities and network traffic might contain
  19. sensitive data, including user names, credentials or secret data content. Be
  20. aware and be careful when sharing trace logs with others.