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

feat: add logging configurability to the simulator #378

Merged

Conversation

georgi-l95
Copy link
Contributor

@georgi-l95 georgi-l95 commented Dec 4, 2024

Description:
This PR adds logging configuration in the simulator, this way using logging.properties one can set the verbose

Related issue(s):

Fixes #377

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@georgi-l95 georgi-l95 self-assigned this Dec 4, 2024
@georgi-l95 georgi-l95 linked an issue Dec 4, 2024 that may be closed by this pull request
@georgi-l95 georgi-l95 changed the title 377 feat add logging configurability to the simulator feat: add logging configurability to the simulator Dec 4, 2024
@georgi-l95 georgi-l95 added this to the 0.3.0 milestone Dec 4, 2024
@georgi-l95 georgi-l95 added the Simulator Issue related to Block Stream Simulator label Dec 4, 2024
Signed-off-by: georgi-l95 <[email protected]>
@georgi-l95 georgi-l95 marked this pull request as ready for review December 5, 2024 14:19
@georgi-l95 georgi-l95 requested a review from a team as a code owner December 5, 2024 14:19
Signed-off-by: georgi-l95 <[email protected]>
Copy link
Contributor

@mattp-swirldslabs mattp-swirldslabs left a comment

Choose a reason for hiding this comment

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

Looks good

ata-nas
ata-nas previously approved these changes Dec 5, 2024
Copy link
Contributor

@ata-nas ata-nas left a comment

Choose a reason for hiding this comment

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

Looks good, seems like codecov is preventing your merge though.

Signed-off-by: georgi-l95 <[email protected]>
Copy link
Contributor

@AlfredoG87 AlfredoG87 left a comment

Choose a reason for hiding this comment

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

LG, just a nit question.

@georgi-l95 georgi-l95 merged commit ed30d1f into main Dec 5, 2024
10 of 11 checks passed
@georgi-l95 georgi-l95 deleted the 377-feat-add-logging-configurability-to-the-simulator branch December 5, 2024 17:34
Copy link

codecov bot commented Dec 5, 2024

Codecov Report

Attention: Patch coverage is 40.00000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 97.08%. Comparing base (4cde6a4) to head (73af5b2).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...edera/block/simulator/BlockStreamSimulatorApp.java 40.00% 9 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #378      +/-   ##
============================================
- Coverage     97.77%   97.08%   -0.69%     
- Complexity      343      344       +1     
============================================
  Files            70       70              
  Lines          1256     1271      +15     
  Branches         88       88              
============================================
+ Hits           1228     1234       +6     
- Misses           19       28       +9     
  Partials          9        9              
Files with missing lines Coverage Δ
...edera/block/simulator/BlockStreamSimulatorApp.java 76.59% <40.00%> (-17.16%) ⬇️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Simulator Issue related to Block Stream Simulator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Add logging configurability to the simulator
4 participants