File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
spring-integration-kafka/src/test/java/org/springframework/integration/kafka/dsl Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 5353import org .springframework .integration .kafka .outbound .KafkaProducerMessageHandler ;
5454import org .springframework .integration .kafka .support .KafkaIntegrationHeaders ;
5555import org .springframework .integration .support .MessageBuilder ;
56+ import org .springframework .integration .test .condition .LogLevels ;
5657import org .springframework .integration .test .util .TestUtils ;
5758import org .springframework .kafka .annotation .EnableKafka ;
5859import org .springframework .kafka .config .ConcurrentKafkaListenerContainerFactory ;
9899 */
99100@ SpringJUnitConfig
100101@ DirtiesContext
102+ @ LogLevels (level = "debug" , categories = "org.apache.kafka.clients.consumer" )
101103public class KafkaDslTests {
102104
103105 private static final Log log = LogFactory .getLog (KafkaDslTests .class );
You can’t perform that action at this time.
0 commit comments