Lines Matching +full:output +full:- +full:disable
5 openssl-qlog - OpenSSL qlog tracing functionality
14 The qlog output generated by OpenSSL can be used to obtain diagnostic
17 B<WARNING:> The output of OpenSSL's qlog functionality uses an unstable format
18 based on a draft specification. qlog output is not subject to any format
30 Log files are generated in the I<.sqlog> format based on JSON-SEQ (RFC 7464).
41 C<server>, reflecting the perspective of the endpoint producing the qlog output.
44 I<no-unstable-qlog> configure flag.
73 and off individually. The filter specification is a space-separated list of
74 terms listing event types to enable or disable. The terms are applied in order,
87 =item C<-*>
89 Disable all qlog event types.
91 =item C<* -transport:packet_received>
93 Enable all qlog event types, but disable the B<transport:packet_received> event
96 =item C<-* transport:packet_sent>
98 Disable all qlog event types, except for the B<transport:packet_sent> event type.
100 =item C<-* connectivity:* transport:parameters_set>
102 Disable all qlog event types, except for B<transport:parameters_set> and all
111 filter = *filter-term
113 filter-term = add-sub-term
115 add-sub-term = ["-" / "+"] specifier
117 specifier = global-specifier / qualified-specifier
119 global-specifier = wildcard
121 qualified-specifier = component-specifier ":" component-specifier
123 component-specifier = name / wildcard
127 name = 1*(ALPHA / DIGIT / "_" / "-")
137 =item C<-*>
145 =item C<-foo:*>
153 =item C<-foo:bar>
174 output in this format in the future once standardisation is complete.
176 Because of this, the qlog output of OpenSSL B<will> change in incompatible and
177 breaking ways in the future, including in non-major releases of OpenSSL. The
178 qlog output of OpenSSL is considered unstable and not subject to any format
181 Users of the OpenSSL qlog functionality must be aware that the output may change
189 format compatibility, the output format of the OpenSSL qlog functionality is
191 output of the OpenSSL qlog functionality are expected to track changes in qvis
200 defined in B<draft-ietf-quic-qlog-main-schema-05> and
201 B<draft-ietf-quic-qlog-quic-events-04>. These revisions are intentionally used
216 Only the JSON-SEQ (B<.sqlog>) output format is supported.
221 output directory. The standard B<QLOGFILE> environment variable is not
233 L<openssl-quic(7)>, L<openssl-env(7)>