Remove specific MQTT log messages

I'm using MQTT paho::mqtt and my logs are spammed with these message. My log dependecy is log4rs.

2024-10-24T05:58:26.410897041+00:00 DEBUG paho_mqtt_c - 20241024 055323.564 m->c->connect_state = 0
2024-10-24T05:58:26.410974511+00:00 DEBUG paho_mqtt_c - 20241024 055323.564 13 isumis_backend <- PINGRESP

I would remove all DEBUG messages but all messages of this library are DEBUG messages and I need them for development.
Is there a way to filter them out something similar?