Filtering out messages using tracing_subscriber::filter::Directive
I’m trying to filter out the PartitionEOF
error log messages that the rdkafka
crate produces when you have enable.partition.eof
set to true
.
I’m trying to filter out the PartitionEOF
error log messages that the rdkafka
crate produces when you have enable.partition.eof
set to true
.