Revert "TODO tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm \@VALUEREF\@"
[wireshark-sm.git] / doc / man_pages / diagnostic-options.adoc
blob1500168f1b228ce84f52b71ea11730a59c878590
1 == DIAGNOSTIC OPTIONS
3 --log-level <level>:: Set the active log level.
4 Supported levels in lowest to highest order are "noisy", "debug", "info", "message", "warning", "critical", and "error".
5 Messages at each level and higher will be printed, for example "warning" prints "warning", "critical", and "error" messages and "noisy" prints all messages.
6 Levels are case insensitive.
8 --log-fatal <level>:: Abort the program if any messages are logged at the specified level or higher.
9 For example, "warning" aborts on any "warning", "critical", or "error" messages.
11 // XXX List available domains if no list is provided?
12 --log-domains <list>:: Only print messages for the specified log domains, e.g. "GUI,Epan,sshdump".
13 List of domains must be comma-separated. Can be negated with "!" as the first character (inverts the match).
15 --log-debug <list>:: Force the specified domains to log at the "debug" level.
16 List of domains must be comma-separated. Can be negated with "!" as the first character (inverts the match).
18 --log-noisy <list>:: Force the specified domains to log at the "noisy" level.
19 List of domains must be comma-separated. Can be negated with "!" as the first character (inverts the match).
21 --log-fatal-domains <list>:: Abort the program if any messages are logged for the specified log domains.
22 List of domains must be comma-separated.
24 --log-file <path>:: Write log messages and stderr output to the specified file.