I've bundled Datamapper into a Sinatra App and followed the rules for making the query messages from DM appear in a log file:
DataMapper::Logger.new('logs/development.log', :debug)
Thing is, I'm not getting what I expected. Instead of the SQL statements, I only get 3 types of messages:
~ default: begin
~ default: rollback
~ default: commit
Is there any configuration I'm missing?