You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/09/16 07:42:52 UTC

[GitHub] [rocketmq-client-cpp] taroyutao opened a new issue #332: 如何关闭 /root/logs/rocketmq-cpp日志

taroyutao opened a new issue #332:
URL: https://github.com/apache/rocketmq-client-cpp/issues/332


   python sdk 需要关闭或者设置日志打印的级别,因为底层依赖:client-cpp
   
   https://github.com/apache/rocketmq-client-python/issues/92
   
   所以这个日志打印的级别该如何设置?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] ifplusor closed issue #332: 如何关闭 /root/logs/rocketmq-cpp日志

Posted by GitBox <gi...@apache.org>.
ifplusor closed issue #332:
URL: https://github.com/apache/rocketmq-client-cpp/issues/332


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] ifplusor commented on issue #332: 如何关闭 /root/logs/rocketmq-cpp日志

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org