I'm writing a Rails 2.3.8 application and appreciate the ActiveRecord default logging configuration in development mode which is to show the SQL queries and their values at the server console. But, in the case of blob values I would prefer not seeing them.
Is it possible to maintain the same logging level but without getting blobs content when insert statements are issued?
Thanks