Reputation: 2586
I have a web application built with ruby on rails. It is served by Nginx through unicorn, the application is running on a Ubuntu server VPS. I have 4 log files:
I have implemented a user login system and I want to be able to serve this log files to some user profiles.
How can I do this?
Upvotes: 2
Views: 718
Reputation: 1872
For a simple web log reading i would recommend Browserlog, very simple. However, currently it can read only rails log (according to environment)
Graylog is awesome tool but it require time to setup.
Upvotes: 0