Commit bba3d41
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
(cherry picked from commit b55010f)
1 parent 021227e commit bba3d41
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 | |
|---|---|---|---|
| |||
1572 | 1572 | | |
1573 | 1573 | | |
1574 | 1574 | | |
1575 | | - | |
| 1575 | + | |
| 1576 | + | |
| 1577 | + | |
1576 | 1578 | | |
1577 | 1579 | | |
1578 | 1580 | | |
| |||
0 commit comments