Closed daviesgj2 closed 8 years ago
Did you try configuring logging using this doc: http://wiki.pentaho.com/display/EAI/Kitchen+User+Documentation
? On Fri, Sep 23, 2016 at 09:49 daviesgj2 notifications@github.com wrote:
Is it possible to turn off logging for this step ? We are pushing large volumes of data to Kafka and each is generating a log it would be useful if we could toggle this on or off.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RuckusWirelessIL/pentaho-kafka-producer/issues/14, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJpO29N3sygtI0sc_QIFTgden9w58Yoks5qs3aUgaJpZM4KEqYM .
Yes thanks, but this would turn it off for all steps. It would be useful to turn off for just the producer or even not log the fact a record was pushed through, i.e., we are receiving the following: 2016/09/22 16:48:08 - Apache Kafka Producer.0 - Sending data through Kafka topic 'rawProxy' 2016/09/22 16:48:08 - Apache Kafka Producer.0 - Sending data through Kafka topic 'rawProxy' 2016/09/22 16:48:08 - Apache Kafka Producer.0 - Sending data through Kafka topic 'rawProxy' 2016/09/22 16:48:08 - Apache Kafka Producer.0 - Sending data through Kafka topic 'rawProxy' 2016/09/22 16:48:08 - Apache Kafka Producer.0 - Sending data through Kafka topic 'rawProxy' 2016/09/22 16:48:08 - Apache Kafka Producer.0 - Sending data through Kafka topic 'rawProxy' 2016/09/22 16:48:08 - Apache Kafka Producer.0 - Sending data through Kafka topic 'rawProxy' 2016/09/22 16:48:08 - Apache Kafka Producer.0 - Sending data through Kafka topic 'rawProxy'
Is it possible to turn off logging for this step ? We are pushing large volumes of data to Kafka and each is generating a log it would be useful if we could toggle this on or off.