Alejo Dev
Alejo Dev

Reputation: 2586

Serve logs through web interface rails

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

Answers (2)

alexey_the_cat
alexey_the_cat

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

sadfuzzy
sadfuzzy

Reputation: 472

Please, try GrayLog. It's an open-source tool, collecting your system logs and building graphs on them, providing some filtration opportunities.

Upvotes: 1

Related Questions