-
Notifications
You must be signed in to change notification settings - Fork 682
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 #5971
fix(log-messages): reduce excessive log messages #5971
Conversation
5211e1d
to
2827dcb
Compare
d7554cf
to
6e84939
Compare
77952a6
to
02b56ea
Compare
The PR title and first commit message should start with lowercase letters.
You can drop "in Autoware" as well. |
@ahmeddesokyebrahim can we merge this PR? |
@xmfcx : Thanks for the comment. This is fixed here and in other PRs as well. |
7444c24
to
35d8aff
Compare
…e_report msg is timeout... (isDataHeartbeatTimeout()..." Signed-off-by: AhmedEbrahim <[email protected]>
…s that appear while starting planning simulator and before setting start location Signed-off-by: AhmedEbrahim <[email protected]>
…olygon: linestring x must have more than different 3 points! (size is 2). Failed to convert to polygon." and "pedestrian marking x failed conversion." Signed-off-by: AhmedEbrahim <[email protected]>
Signed-off-by: AhmedEbrahim <[email protected]>
…rning messages where it is failed to receive signal and calculate stop point. Signed-off-by: AhmedEbrahim <[email protected]>
Signed-off-by: AhmedEbrahim <[email protected]>
Signed-off-by: AhmedEbrahim <[email protected]>
Signed-off-by: AhmedEbrahim <[email protected]>
Signed-off-by: AhmedEbrahim <[email protected]>
369b39d
to
f67e154
Compare
…icle_state_report msg is timeout... (isDataHeartbeatTimeout()..." Signed-off-by: AhmedEbrahim <[email protected]>
9db77c8
to
c1bce90
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5971 +/- ##
==========================================
- Coverage 14.88% 14.88% -0.01%
==========================================
Files 1838 1838
Lines 126708 126709 +1
Branches 38042 38044 +2
==========================================
Hits 18865 18865
- Misses 86544 86545 +1
Partials 21299 21299
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@xmfcx , I see all required actions are passing now. |
Normally, we would have to get approvals from at least 1 Code Owner from each package. But I can override it as repo maintainer. |
…5971) Signed-off-by: AhmedEbrahim <[email protected]>
…5971) Signed-off-by: AhmedEbrahim <[email protected]>
…5971) fix(log-messages): reduce excessive log messages (autowarefoundation#5971) Signed-off-by: AhmedEbrahim <[email protected]>
…5971) Signed-off-by: AhmedEbrahim <[email protected]>
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.
Relevant PRS
Tests performed
Notes for reviewers
Take into consideration relevant PRs.
🔴 Merge Dependency 🔴
❗ This PR is depending on a change in autoware_common which will require the autoware_common PR to be merged firstly to have the build and test differential successful ❗
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.