Closed 847850277 closed 3 months ago
The BrokerOuterAPI
in RocketMQ's broker module has been enhanced with additional debug and info tracing statements. These changes aim to improve the logging of the register_broker
method, providing more detailed registration information and confirming successful operations by including response body details in the log.
File | Summary |
---|---|
rocketmq-broker/src/out_api/broker_outer_api.rs |
Added debug and info tracing statements in the register_broker method to log registration details and success messages. Also, extended info log to include response body details upon successful registration. Changed use tracing::error; to use tracing::{debug, error}; . |
In the world of code, where brokers unite,
Logs now shine, both day and night.
Debug whispers secrets, info shouts with glee,
RocketMQ's journey, clearer it shall be.
Through tracing’s eyes, the story's told,
Of brokers registered, in logs of gold. 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
🚀Thanks for your contribution🎉. CodeRabbit(AI) will review your code first🔥
Attention: Patch coverage is 0%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 27.99%. Comparing base (
a07afb6
) to head (1cf495e
).
Files | Patch % | Lines |
---|---|---|
rocketmq-broker/src/out_api/broker_outer_api.rs | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚀Thanks for your contribution🎉. CodeRabbit(AI) will review your code first🔥
Fixes issues #56 broker registration log.
issues #56 broker registration log.
Brief Description
add broker registration log info.
How Did You Test This Change?
Summary by CodeRabbit
New Features
Improvements