Wednesday, November 11, 2009

Grails sql logging alternative

Someone just posted this on IRC. Nice write up.

http://btiernay.wordpress.com/2009/11/12/grails-sql-logging-from-the-command-line/

1 comment:

Mike Masters said...

I implemented this the other day and found that I had use a different ordering:

grails -DlogSql=true -DtraceSql=true run-app