BUG REPORT
- 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
- Please tell us about your environment:
macos/arm
- Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
fix: use set_rotation_size function provided by boost

BUG REPORT
Taking mqAdmin as an example, when I call SetMQAdminLogFileNumAndSize to trigger the setLogFileSizeAndNum of DefaultMQClient, I find that the log is not sharded.
As expected, there should be 4 logs per 3M
The size of a single file exceeds 3M
macos/arm
What is your client version?
latest
What is your RocketMQ version?
latest
fix: use set_rotation_size function provided by boost
