blob: 334ea5ad6cd7c61f2da93d8efe9a7ee83483e8e6 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001Long: trace
2Arg: <file>
3Help: Write a debug trace to FILE
4Mutexed: verbose trace-ascii
5---
6Enables a full trace dump of all incoming and outgoing data, including
7descriptive information, to the given output file. Use "-" as filename to have
8the output sent to stdout. Use "%" as filename to have the output sent to
9stderr.
10
11If this option is used several times, the last one will be used.