ifplusor commented on issue #391:
URL:
https://github.com/apache/rocketmq-client-cpp/issues/391#issuecomment-997604551
> ```
> int SetPushConsumerLogLevel(CPushConsumer* consumer, CLogLevel level) {
> if (consumer == NULL) {
> return NULL_POINTER;
> }
> ((DefaultMQPushConsumer*)consumer)->setLogLevel((elogLevel)level);
> return OK;
> }
> ```
>
>
>
>
>
> SetPushConsumerLogLevel need the pointer of a consumer instance
It's so crazy. I think you need disable this log to make it work.
https://github.com/apache/rocketmq-client-cpp/blob/6523dcc3b309a1065375e40657f68f66bfeca38d/src/consumer/DefaultMQPushConsumerImpl.cpp#L226
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]