File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-tx/src/main/java/org/springframework/transaction/support Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ public static void triggerBeforeCompletion() {
108
108
synchronization .beforeCompletion ();
109
109
}
110
110
catch (Throwable ex ) {
111
- logger .debug ("TransactionSynchronization.beforeCompletion threw exception" , ex );
111
+ logger .error ("TransactionSynchronization.beforeCompletion threw exception" , ex );
112
112
}
113
113
}
114
114
}
@@ -172,7 +172,7 @@ public static void invokeAfterCompletion(@Nullable List<TransactionSynchronizati
172
172
synchronization .afterCompletion (completionStatus );
173
173
}
174
174
catch (Throwable ex ) {
175
- logger .debug ("TransactionSynchronization.afterCompletion threw exception" , ex );
175
+ logger .error ("TransactionSynchronization.afterCompletion threw exception" , ex );
176
176
}
177
177
}
178
178
}
You can’t perform that action at this time.
0 commit comments