blob: fceaa7126fb8fd0352d62d49edc911262261041e [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: trace-ascii
2Arg: <file>
3Help: Like --trace, but without hex output
4Mutexed: trace verbose
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.
9
10This is very similar to --trace, but leaves out the hex part and only shows
11the ASCII part of the dump. It makes smaller output that might be easier to
12read for untrained humans.
13
14If this option is used several times, the last one will be used.