Hi,
Presently, to view the log files I simply open it in my text editor,
but after sometime when the size of the log files crosses some
megabytes, my text editor starts to hang.
A solution may be to always truncate the log file length to zero bytes
after a time period.
This method surely works for development log files but is not suitable
for production log files, where I don’t want to truncate the log files
to zero very often.
I wanted to ask, is there any plugin or gem which let me see the log
files directly from my browser? (with authentication and all)
At last. Is it a “good idea” and is there any plugin/gem which dumps
the log to database instead of file?