Kafka Consumer outputs excessive DEBUG statements to console (ecilpse)

前端 未结 4 559
我在风中等你
我在风中等你 2021-02-08 01:34

I\'m running some sample code from http://www.javaworld.com/article/3060078/big-data/big-data-messaging-with-kafka-part-1.html?page=2, and the kafkaconsumer is consuming from to

4条回答
  •  独厮守ぢ
    2021-02-08 02:06

    create new config xml file

    src/main/resources/logback.xml

    
        
            
                %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
            
        
        
        
        
            
        
    
    

提交回复
热议问题