Browse Source

readme

master
Lloyd Brookes 11 years ago
parent
commit
b100d0d6a4
  1. 14
      README.md

14
README.md

@ -87,19 +87,17 @@ 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:
```sh
$ logstalgia web.log
```
Alternatively, [download a release for your system from github](https://github.com/acaudwell/Logstalgia/releases/latest).
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

Loading…
Cancel
Save