Search code examples
javaibatis

how to do Ibatis version of show sql


Is there an Ibatis setting to view the generated SQL like how Hibernate has show_sql=true?

thanks


Solution

  • Yes, turn up it's logging level.