summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-22 14:41:32 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:50:03 +0000
commit9dcad79795a74b1fe7ecb001f9f65f940cfd4848 (patch)
tree54a62189b8557853af5d00a605c60fbe5bfd0051 /doc
parentf8fdc73e5be4d595e745a2c4f525c53558d00bf3 (diff)
QUIC QLOG: Rename QFILTER to OSSL_QFILTER
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22037)
Diffstat (limited to 'doc')
-rw-r--r--doc/designs/quic-design/debugging.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/designs/quic-design/debugging.md b/doc/designs/quic-design/debugging.md
index 4a29f95c8b..c44ddf2f89 100644
--- a/doc/designs/quic-design/debugging.md
+++ b/doc/designs/quic-design/debugging.md
@@ -49,8 +49,8 @@ To enable QLOG you must:
- set the environment variable `QLOGDIR` to a directory where QLOG log files
are to be written;
-- set the environment variable `QFILTER` to a filter specifying the events
- you want to be written (set `QFILTER='*'` for all events).
+- set the environment variable `OSSL_QFILTER` to a filter specifying the events
+ you want to be written (set `OSSL_QFILTER='*'` for all events).
Any process using the libssl QUIC implementation will then automatically write
QLOG files in the JSON-SEQ format to the specified directory. The files have the