From 7f1d0a3747bb143ad38126c666cd047c8c87f2c2 Mon Sep 17 00:00:00 2001 From: Martin Duke Date: Tue, 2 Jun 2026 16:31:00 -0700 Subject: [PATCH] Revert "Added instructions for logging." --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 286bd752b..3b4f9b607 100644 --- a/README.md +++ b/README.md @@ -78,17 +78,3 @@ Usage: `masque_server` subscribers can connect to. Usage: `moqt_relay` - -## Logging - -Most log messages in QUICHE use the QUICHE_DLOG macro. In standalone quiche, -these all either go to stderr, or are suppressed, based on the ---stderrthreshold flag. - -To send INFO level log messages to a file, you would therefore invoke - -` > 2>&1` - -Use the `--helpfull` flag for more. - -