## Expected behavior log slow sql with native sql ## Actual behavior no slow sql log when use native sql ### Steps to reproduce ```java DB.getDefault().findDto(xx.class,sql) ``` ```console // some logging output ```
Expected behavior
log slow sql with native sql
Actual behavior
no slow sql log when use native sql
Steps to reproduce
// some logging output