-
Notifications
You must be signed in to change notification settings - Fork 683
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
fix(log-messages): reduce excessive log messages #6406
fix(log-messages): reduce excessive log messages #6406
Conversation
f0a6cfb
to
ca4a381
Compare
6bb55d0
to
8b8a2c5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6406 +/- ##
=======================================
Coverage 14.80% 14.80%
=======================================
Files 1915 1915
Lines 132258 132257 -1
Branches 39320 39316 -4
=======================================
Hits 19577 19577
Misses 90847 90847
+ Partials 21834 21833 -1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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 about the localizaiton module
@xmfcx will it be possible that you have a look to this PR ? |
8b8a2c5
to
61458f8
Compare
…and_time_sync_nodelet for info about subscribing to topics and their names Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai>
…that there is a mismatch in timestamp Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai>
Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai>
Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai>
61458f8
to
b6758d9
Compare
@@ -145,10 +145,10 @@ PointCloudConcatenateDataSynchronizerComponent::PointCloudConcatenateDataSynchro | |||
|
|||
// Subscribers | |||
{ | |||
RCLCPP_INFO_STREAM( |
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.
[imo]
This is just printed during the initialization process.
Can we keep this as INFO?
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
…6406) * fix(log-messages): lower log level from info to debug in concatenate_and_time_sync_nodelet for info about subscribing to topics and their names Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> * fix(log-messages): adding info print in smart_pose_buffer indicating that there is a mismatch in timestamp Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> * fix(log-messages): removing info msg that is redundant with error msg Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> * fix(log-messages): lower some info msgs to debug Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> --------- Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> Signed-off-by: kaigohirao <kaigo.hirao@proxima-ai-tech.com>
…6406) * fix(log-messages): lower log level from info to debug in concatenate_and_time_sync_nodelet for info about subscribing to topics and their names Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> * fix(log-messages): adding info print in smart_pose_buffer indicating that there is a mismatch in timestamp Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> * fix(log-messages): removing info msg that is redundant with error msg Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> * fix(log-messages): lower some info msgs to debug Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> --------- Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com>
Description
This PR is one of group of PRs that aim to fix Autoware logging system to achieve the goal of reducing excessive error and warning logs on Autoware launch.
Part of:
Related links
More details in the issue.
Tests performed
Notes for reviewers
Take into consideration relevant PRs.
Interface changes
N.A
Effects on system behavior
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.