-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: MessageResponse debug log #311
Conversation
Important Review skippedAuto reviews are limited to specific labels. 🏷️ Labels to auto review (6)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
2479e25
to
e49f6cc
Compare
e49f6cc
to
0e24488
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this possible to add device id or any info to confirm which device or which msg?
if there's more devices and messages, this debug log missed this info, and we can't catch it to device or query/set message
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #311 +/- ##
==========================================
+ Coverage 39.89% 39.91% +0.02%
==========================================
Files 84 84
Lines 7608 7611 +3
==========================================
+ Hits 3035 3038 +3
Misses 4573 4573 ☔ View full report in Codecov by Sentry. |
one more comments, this header/body should already exist in current device debug log:
|
If you want we can skip it, but the log should be near the evaluation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
I'm also try to add more debug log output, but it will caused too many debug log flood. as current three lines output already exist in our debug log, and these header/body/message is duplicate output. if there is some specially user really need these debug output, I think we can simple add it in a temp file and user manual replace it. |
@wuwentao generally speaking users should only enable debug when there is a issue. Normal level should be info. I would also like to have a log line everywhere we do a manipulation of data so if something goes wrong, we have a easy evidence . |
This is not the point. |
Pull request was closed
No description provided.