Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.