apache / rocketmq-client-cpp

Apache RocketMQ cpp client
https://rocketmq.apache.org/
Apache License 2.0
364 stars 158 forks source link

Setting log path didn't work #400

Closed humkum closed 2 years ago

humkum commented 2 years ago

FEATURE REQUEST

  1. Please describe the feature you are requesting.

    The method of setting the log path of C extension is not implemented, so it didn't work when we using SetProducerLogPath() or SetPushConsumerLogPath() to change the log saved path.

  2. Provide any additional detail on your proposed use case for this feature.

    We want make the log path configurable and the log file name is consistent with RocketMQ main project.