Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

`<binary> <args> > <logfile> 2>&1`

Use the `--helpfull` flag for more.


Loading