fengxiao2019 opened a new issue #391:
URL: https://github.com/apache/rocketmq-client-cpp/issues/391
I set the log level to **DEBUG** via the function `SetPushConsumerLogLevel`,
i can see the produced logs. but I don't see the debug log of the relevant
consumer in the log file.
I use the rocketmq-client-python to set the log level.
the code like this:
```
class PushConsumerPro(PushConsumer):
def set_log_level(self, log_level: ffi._CLogLevel) -> None:
ans = ffi_check(ffi.dll.SetPushConsumerLogLevel(self._handle,
log_level))
print(f"set__log__level result: {ans}")
```
os: centos 7.5
branch: master
--
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]