readme
This commit is contained in:
16
README.md
16
README.md
@ -85,21 +85,19 @@ All stored defaults are overriden by options supplied at the command line.
|
|||||||
|
|
||||||
Use with Logstalgia
|
Use with Logstalgia
|
||||||
-------------------
|
-------------------
|
||||||
The "default" log-format is compatible with [logstalgia](http://code.google.com/p/logstalgia/).
|
The "default" log-format is compatible with [logstalgia](http://code.google.com/p/logstalgia/).
|
||||||
|
|
||||||
If you wrote your log output to disk, like so:
|
###Install Logstalgia
|
||||||
|
On MacOSX, install with [homebrew](http://brew.sh):
|
||||||
```sh
|
```sh
|
||||||
$ ws --log-format default > web.log
|
$ brew install logstalgia
|
||||||
```
|
```
|
||||||
|
|
||||||
Then you could visualise in logstalgia with:
|
Alternatively, [download a release for your system from github](https://github.com/acaudwell/Logstalgia/releases/latest).
|
||||||
```sh
|
|
||||||
$ logstalgia web.log
|
|
||||||
```
|
|
||||||
|
|
||||||
Alternatively, pipe directly from ws into logstalgia for real-time visualisation:
|
Then pipe the `default` output directly into logstalgia for real-time visualisation:
|
||||||
```sh
|
```sh
|
||||||
$ ws --log-format default | logstalgia -
|
$ ws -f default | logstalgia -
|
||||||
```
|
```
|
||||||
|
|
||||||
Use with glTail
|
Use with glTail
|
||||||
|
Reference in New Issue
Block a user