ifplusor commented on issue #332: URL: https://github.com/apache/rocketmq-client-cpp/issues/332#issuecomment-693237261
There are APIs that can set the level of log, but can not disable log. ```c ROCKETMQCLIENT_API int SetPushConsumerLogLevel(CPushConsumer* consumer, CLogLevel level); ROCKETMQCLIENT_API int SetProducerLogLevel(CProducer* producer, CLogLevel level); ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
