Commit b55010f
committed
Fixes: #3008
Issue link: #3008
The real problem in consumer (e.g. `ClassCastException` mentioned in the issue)
might be lost if DEBUG logging level is not enabled
* Fix the first condition in the `SimpleMessageListenerContainer.logConsumerException()`
to use `logger.warn()` as it was before #2278 fix
**Auto-cherry-pick to `3.2.x` & `3.1.x`**
1 parent 6b2ad0d commit b55010f
File tree
1 file changed
+3
-1
lines changed- spring-rabbit/src/main/java/org/springframework/amqp/rabbit/listener
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1601 | 1601 | | |
1602 | 1602 | | |
1603 | 1603 | | |
1604 | | - | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
1605 | 1607 | | |
1606 | 1608 | | |
1607 | 1609 | | |
| |||
0 commit comments