This commit is contained in:
Lloyd Brookes
2014-05-08 15:50:25 +02:00
parent 0c778eefb7
commit b100d0d6a4

View File

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