wireshark/doc/diagnostic-options.adoc

22 lines
1.1 KiB
Plaintext
Raw Normal View History

== DIAGNOSTIC OPTIONS
--log-level <level>:: Set the active log level.
Supported levels in lowest to highest order are "noisy", "debug", "info", "message", "warning", "critical", and "error".
Messages at each level and higher will be printed, for example "warning" prints "warning", "critical", and "error" messages and "noisy" prints all messages.
Levels are case insensitive.
--log-fatal <level>:: Abort the program if any messages are logged at the specified level or higher.
For example, "warning" aborts on any "warning", "critical", or "error" messages.
2021-12-27 11:38:19 +00:00
// XXX List available domains if no list is provided?
--log-domains <list>:: Only print messages for the specified log domains, e.g. "GUI,Epan,sshdump".
List of domains must be comma-separated.
--log-debug <list>:: Force the specified domains to log at the "debug" level.
List of domains must be comma-separated.
2021-12-27 11:38:19 +00:00
--log-noisy <list>:: Force the specified domains to log at the "noisy" level.
List of domains must be comma-separated.
--log-file <path>:: Write log messages and stderr output to the specified file.