Skip to content

How to tailwatch a log file or tail an error log file in SSH

Sep 27, 2014 | Services

There are times when downloading an entire web server or other log files just is not feasible. Either it is too large, or by the time you download and open it in a text editor, you need the information contained in the log refreshed all over again.

Tailwatch is a service that most Linux servers have installed by default.

You can type the following into your shell:

tail -f yourlog

Here’s a real e.g.

tail -f /usr/local/apache/logs/error_log

Where the -f causes the display to refresh for you as information changes.

That way you cam more easily test something on the web server side and see the resulting error if it occurs.

Contact Us Today!

"*" indicates required fields

This field is for validation purposes and should be left unchanged.
I would like to be contacted by:*
Select all that apply.

Join Our Newsletter List!

* indicates required
Test