i want to see executed hql in my grails app as sql query in console. like in hibernate we can set this in config file. like
<property name="show_sql">true</property>
<property name="format_sql">true</property>
<property name="use_sql_comments">true</property>