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

Reduce console output when debug level is zero #1092

Conversation

cbirkhold
Copy link
Contributor

Throughout the codebase console output is generally only happening when the debug level is greater than zero. That is a useful feature and this change checks the debug level for additional cases.

Throughout the codebase console output is generally only happening when
the debug level is greater than zero. That is a useful feature and this
change checks the debug level for additional cases.
Copy link

codecov bot commented May 19, 2024

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 24.90%. Comparing base (56c6662) to head (86c657f).
Report is 1 commits behind head on master.

Files Patch % Lines
src/models/FGInertial.cpp 0.00% 5 Missing ⚠️
src/models/FGLGear.cpp 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1092      +/-   ##
==========================================
- Coverage   24.91%   24.90%   -0.01%     
==========================================
  Files         168      168              
  Lines       18104    18107       +3     
==========================================
  Hits         4510     4510              
- Misses      13594    13597       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bcoconni bcoconni merged commit e26d03b into JSBSim-Team:master May 19, 2024
30 checks passed
@bcoconni
Copy link
Member

PR merged. Thanks for your contribution @cbirkhold

@cbirkhold cbirkhold deleted the feature/reduce-console-output-when-debug-level-is-zero branch June 7, 2024 05:37
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.

None yet

2 participants