Skip to content

Commit

Permalink
Add @LogLevels to KafkaDslTests for more diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Dec 17, 2024
1 parent af4277e commit 02a17e1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
import org.springframework.integration.kafka.outbound.KafkaProducerMessageHandler;
import org.springframework.integration.kafka.support.KafkaIntegrationHeaders;
import org.springframework.integration.support.MessageBuilder;
import org.springframework.integration.test.condition.LogLevels;
import org.springframework.integration.test.util.TestUtils;
import org.springframework.kafka.annotation.EnableKafka;
import org.springframework.kafka.config.ConcurrentKafkaListenerContainerFactory;
Expand Down Expand Up @@ -98,6 +99,7 @@
*/
@SpringJUnitConfig
@DirtiesContext
@LogLevels(level = "debug", categories = "org.apache.kafka.clients.consumer")
public class KafkaDslTests {

private static final Log log = LogFactory.getLog(KafkaDslTests.class);
Expand Down

0 comments on commit 02a17e1

Please sign in to comment.