summaryrefslogtreecommitdiffstats
path: root/doc/designs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/designs')
-rw-r--r--doc/designs/quic-design/qlog.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/designs/quic-design/qlog.md b/doc/designs/quic-design/qlog.md
index 77e05843b4..b21d1fd8c6 100644
--- a/doc/designs/quic-design/qlog.md
+++ b/doc/designs/quic-design/qlog.md
@@ -29,13 +29,11 @@ code. An example call site will look something like this:
Output Format
-------------
-The output format will always be the JSON-SEQ qlog variant. This has the
-advantage that each event simply involves concatenating another record to an
-output log file and does not require nesting of syntactic constructs between
-events.
+The output format is always the JSON-SEQ qlog variant. This has the advantage
+that each event simply involves concatenating another record to an output log
+file and does not require nesting of syntactic constructs between events.
-Writing to files or to multi-file directories, or to arbitrary BIO sinks, will
-be supported.
+Output is written to a directory containing multiple qlog files.
Basic Usage
-----------