| 16 | == logstalgia == |
| 17 | |
| 18 | This allows a realtime display of log files, install logstalgia on your local machine, for example: |
| 19 | |
| 20 | {{{ |
| 21 | sudo aptitude install logstalgia |
| 22 | }}} |
| 23 | |
| 24 | And then pipe the logs into it via ssh: |
| 25 | |
| 26 | {{{ |
| 27 | ssh puffin.webarch.net sudo tail -f /var/log/nginx/awstats.log | logstalgia --sync |
| 28 | ssh parrot.webarch.net sudo tail -f /home/*/logs/access.log | logstalgia --sync |
| 29 | ssh penguin.webarch.net sudo tail -f /var/log/nginx/*.access.log | logstalgia --sync |
| 30 | }}} |
| 31 | |
| 32 | For more info see https://code.google.com/p/logstalgia/ and the videos here https://www.youtube.com/user/Logstalgia |