trace.md (812B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: trace 5 Arg: <file> 6 Help: Write a debug trace to FILE 7 Mutexed: verbose trace-ascii 8 Category: verbose global 9 Added: 7.9.7 10 Multi: single 11 Scope: global 12 See-also: 13 - trace-ascii 14 - trace-config 15 - trace-ids 16 - trace-time 17 Example: 18 - --trace log.txt $URL 19 --- 20 21 # `--trace` 22 23 Save a full trace dump of all incoming and outgoing data, including 24 descriptive information, in the given output file. Use `-` as filename to have 25 the output sent to stdout. Use `%` as filename to have the output sent to 26 stderr. 27 28 Note that verbose output of curl activities and network traffic might contain 29 sensitive data, including usernames, credentials or secret data content. Be 30 aware and be careful when sharing trace logs with others.