From a8e5ee13b9f6d06a84c165b262d4176b62a79ffc Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Fri, 15 Nov 2024 09:10:43 -0800 Subject: [PATCH] Add logging with pipes example to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f6b705e..df8ff5a 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,9 @@ curl -Ns 'http://host/logs?stream&skip' # will output nothing :) curl -Ns 'http://host/logs?skip' + +# combine with pipes +curl -Ns 'http://host/logs?stream&skip' | grep 'tokens per second' ``` ## Systemd Unit Files