takagi906 opened a new issue, #499: URL: https://github.com/apache/rocketmq-client-cpp/issues/499
**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? Taking mqAdmin as an example, when I call **SetMQAdminLogFileNumAndSize** to trigger the **setLogFileSizeAndNum** of **DefaultMQClient**, I find that the log is not sharded.  - What did you expect to see? As expected, there should be 4 logs per 3M - What did you see instead?  The size of a single file exceeds 3M 2. Please tell us about your environment: - What is your OS? macos/arm - What is your client version? latest - What is your RocketMQ version? latest 3. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc): fix: use set_rotation_size function provided by boost  -- 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]
