Skip to content

Commit

Permalink
log sql events
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Oct 12, 2007
1 parent 8b735a9 commit 9f4cd6d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -248,6 +248,7 @@ protected int delete(String[] tokens) {

protected void runSql(String[] tokens) {
stats.incrementStatementCount();
logger.debug("Running SQL: " + tokens[1]);
jdbcTemplate.execute(tokens[1]);
}

Expand Down

0 comments on commit 9f4cd6d

Please sign in to comment.