danielwegener / logback-kafka-appender

Logback appender for Apache Kafka
Apache License 2.0
644 stars 262 forks source link

How to exclude messages #48

Closed pradeepkusingh closed 5 years ago

pradeepkusingh commented 7 years ago

I have mixed bags of Json and string messages and would like to avoid sending simple string messages. How can I do that ?

danielwegener commented 5 years ago

just a thought :)

Of course you could also use a dedicated logger that is tied to an kafka-appender for your json objects. But well. It's not really meant to be used like that :)