Skip to content
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

Feedercan log level change #13

Merged
merged 1 commit into from
Aug 4, 2022
Merged

Feedercan log level change #13

merged 1 commit into from
Aug 4, 2022

Conversation

mml5bg
Copy link
Contributor

@mml5bg mml5bg commented Aug 3, 2022

Description

Change of log level for feedercan from debug to info.

Azure DevOps PBI/Task reference

AB#10826

Checklist

  • Vehicle App can be started with dapr run and is connecting to vehicle data broker

  • Vehicle App can process MQTT messages and call the seat service

  • Vehicle App can be deployed to local K3D and is running

  • Created/updated tests, if necessary. Code Coverage percentage on new code shall be >= 70%.

  • Extended the documentation in Velocitas repo

  • Extended the documentation in README.md

  • Devcontainer can be opened successfully

  • Devcontainer can be opened successfully behind a corporate proxy

  • Devcontainer can be re-built successfully

  • Release workflow is passing

@mml5bg mml5bg changed the title can feeder log level change to info Feedercan debug level change Aug 3, 2022
@github-actions
Copy link

github-actions bot commented Aug 3, 2022

Unit Test Results

4 tests  ±0   4 ✔️ ±0   6s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ±0 

Results for commit 4f1ff1d. ± Comparison against base commit cd7d04f.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 3, 2022

Trivy Scan Results (seatadjuster)

0 tests  ±0   0 ✔️ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
1 files   ±0   0 ±0 

Results for commit 4f1ff1d. ± Comparison against base commit cd7d04f.

♻️ This comment has been updated with latest results.

@mml5bg mml5bg closed this Aug 3, 2022
@mml5bg mml5bg changed the title Feedercan debug level change Feedercan log level change Aug 4, 2022
@mml5bg mml5bg reopened this Aug 4, 2022
@github-actions
Copy link

github-actions bot commented Aug 4, 2022

Coverage after merging can-feeder-log-level-change into main will be

93.88%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src/VehicleApp
   test_run.py93.88%100%100%93.88%114–115, 118

@mml5bg mml5bg requested a review from rom3be August 4, 2022 05:17
@@ -46,7 +46,7 @@ spec:
- name: VEHICLEDATABROKER_DAPR_APP_ID
value: {{.Values.imageVehicleDataBroker.daprAppid}}
- name: LOG_LEVEL
value: "info,databroker=info,dbcfeeder.broker_client=debug,dbcfeeder=debug"
value: "info,databroker=info,dbcfeeder.broker_client=info,dbcfeeder=info"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, however did you try that?

When you run feedercan, there should no longer be repeating logs. Please verify.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is tested and there were no repeating logs

@mml5bg mml5bg merged commit d707221 into main Aug 4, 2022
@mml5bg mml5bg deleted the can-feeder-log-level-change branch August 4, 2022 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants