I have two linux servers. I'm an administrator, and part of my daily routine is to check all the logs for errors or strange messages. So, every morning I check:
On server #1:
/var/log/syslog
/var/www/example.com/error.log
/var/log/redis.log
...and so on
On server #2:
/var/log/syslog
/var/lib/mysql_error.log
/var/lib/mysql_slow.log
Opening each file through terminal is very boring and unproductive. Is there some tool, that can collect logs from all servers and display them in one place?