Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianc committed Jan 26, 2015
1 parent 86d0d05 commit 6da9de1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Supports JSON lines
$ while true; do echo [1, 2, 3, "hello"]; sleep 1; done | rtail
$ echo { "foo": "bar" } | rtail

Using log files
Using log files (log rotate safe!)

$ node server.js 2>&1 > log.txt
$ tailf log.txt | rtail
$ tail -F log.txt | rtail

For fun and debugging

Expand Down Expand Up @@ -83,7 +83,7 @@ With default values

With custom ports

$ ratil-server --web-port 8080 --udp-port 9090
$ rtail-server --web-port 8080 --udp-port 9090


Open your browser and start tailing logs!
Expand Down

0 comments on commit 6da9de1

Please sign in to comment.