Logging to a database rather than a text file...

Hi Y'all... I'm new to rails and would like to setup to log to a database rather than a text file as the standard function seems to do. Any help pointing me in the right direction to do this would be much appreciated. I suppose what I would be doing is finding the right class and extending it to do an activerecord update. This would make for a great tutorial topic, don't ya think? Thanks! DC

Googling for "rails logging to database", I found this:

http://wiki.rubyonrails.org/rails/pages/HowtoConfigureLogging

  Any special needs in order to log to database instead .log files?

  HTH,

Hi, I would highly recommend completing Part II of the following title:

http://pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition

Good luck,

-Conrad