Add logging with pipes example to README

This commit is contained in:
Benson Wong
2024-11-15 09:10:43 -08:00
parent 5944a86e86
commit a8e5ee13b9

View File

@@ -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