Add logging with pipes example to README
This commit is contained in:
@@ -77,6 +77,9 @@ curl -Ns 'http://host/logs?stream&skip'
|
|||||||
|
|
||||||
# will output nothing :)
|
# will output nothing :)
|
||||||
curl -Ns 'http://host/logs?skip'
|
curl -Ns 'http://host/logs?skip'
|
||||||
|
|
||||||
|
# combine with pipes
|
||||||
|
curl -Ns 'http://host/logs?stream&skip' | grep 'tokens per second'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Systemd Unit Files
|
## Systemd Unit Files
|
||||||
|
|||||||
Reference in New Issue
Block a user