kafka logging level supression

Hello,

Is anyone aware of any logging level setting that can be applied either through a DSS or through prlog4j2.xml to suppress the numerous warnings/messages we see in the logs related to Kafka?

Thanks

Sethu

@SethuS88 does the information provided in PSC post Setting Kafka logging levels via DSS help at all?

According to a GenAI response You can modify the JBoss’s standalone.xml by changing root-logger level to WARN. Alternatively, you can add specific logger settings in the prlog4j2.xml file to control the logging level for Kafka related messages. For example, you can add a logger for “org.apache.kafka” and set its level to “ERROR” to suppress INFO and WARN level messages.

The main documentation is under Configuring logger settings