aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tshark.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r--doc/tshark.pod19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 410db5db98..c49523c7c0 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -2073,6 +2073,25 @@ it will, on some OSes, assuming your environment is configured correctly,
generate a core dump file. This can be useful to developers attempting to
troubleshoot a problem with a protocol dissector.
+=item WIRESHARK_LOG_LEVEL
+
+This environment variable controls the verbosity of diagnostic messages to
+the console. From less verbose to most verbose levels can be C<critical>,
+C<warning>, C<message>, C<info> or C<debug>. Levels above the current level
+are also active. Levels C<critical> and C<error> are always active.
+
+=item WIRESHARK_LOG_DOMAINS
+
+This environment variable selects with log domains are active. The filter is
+given as a case-insensitive comma separated list. If set only the included
+domains will be enabled. The default domain is always considered to be enabled.
+Domain filter lists can be preceded by '!' to invert the sense of the match.
+
+=item WIRESHARK_LOG_DEBUG
+
+List of domains with C<debug> log level. This sets the level of the listed
+log domains and takes precedence over the active domains filter.
+
=back
=head1 SEE ALSO