How to filter log messages coming from alpakka-kafka

As the title says, we are saying debug level log messages from kafka client. Is there any way to filter debug level messages from kafka but keep debug level log messages from the main application?

Setup Akka logging to use SLF4J and Logback and then you can define the filters in logback.xml.