is there a gem used to store rails logs in mysql?
I finally have my application written, an开发者_Python百科d now I have a request to store the logs into a mysql db for later searching. Any ideas besides log4r?
Thanks! Tonya
If you are serving from apache you could use mod_log_sql
http://www.howtoforge.com/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch
精彩评论