customink / central_log_viewer

Web based log viewer for the Central Logger
32 stars 7 forks source link

REQ: Mount central_log_viewer as engine in other Rails apps #6

Open turadg opened 13 years ago

turadg commented 13 years ago

The rails_admin gem lets you mount its engine within your existing Rails app. That functionality would be handy for central_log_viewer too, to automatically add a log browser to any app using central_logger.

le0pard commented 12 years ago

Hello @turadg . If you need mount web for logger to Rails 3 application, you can try http://mongodb-logger.catware.org/. It based on central_logger, so migrate not hard.

turadg commented 12 years ago

@le0pard MongodbLogger looks great! I will definitely try that for my next project.