-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: add logging configurability to the simulator #378
Conversation
Signed-off-by: georgi-l95 <[email protected]>
Signed-off-by: georgi-l95 <[email protected]>
Signed-off-by: georgi-l95 <[email protected]>
Signed-off-by: georgi-l95 <[email protected]>
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.
Looks good
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.
Looks good, seems like codecov
is preventing your merge though.
Signed-off-by: georgi-l95 <[email protected]>
73af5b2
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.
LG, just a nit question.
simulator/src/main/java/com/hedera/block/simulator/BlockStreamSimulatorApp.java
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
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
|
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