We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cc1a5 commit 6e5b82fCopy full SHA for 6e5b82f
src/main/java/org/apache/ibatis/executor/BaseExecutor.java
@@ -79,7 +79,7 @@ public void close(boolean forceRollback) {
79
}
80
} catch (SQLException e) {
81
// Ignore. There's nothing that can be done at this point.
82
- log.debug("Unexpected exception on closing transaction. Cause: " + e);
+ log.warn("Unexpected exception on closing transaction. Cause: " + e);
83
} finally {
84
transaction = null;
85
deferredLoads = null;
0 commit comments