hedera-local-node icon indicating copy to clipboard operation
hedera-local-node copied to clipboard

feat: Improve log verbosity

Open Ivo-Yankov opened this issue 10 months ago • 2 comments

Description:

  • Adds the output of the externally executed commands in DockerService to the debug level of logs.
  • Reduces the repeated error logs when waiting for a service to start up.

Related issue(s):

Fixes #

Notes for reviewer:

Checklist

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

Ivo-Yankov avatar Apr 04 '24 13:04 Ivo-Yankov

Codecov Report

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

Project coverage is 50.79%. Comparing base (d34c153) to head (e89a4f0).

Files Patch % Lines
src/services/DockerService.ts 0.00% 12 Missing :warning:
src/utils/debounce.ts 22.22% 7 Missing :warning:
src/services/ConnectionService.ts 16.66% 5 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #577      +/-   ##
==========================================
- Coverage   51.39%   50.79%   -0.61%     
==========================================
  Files          24       25       +1     
  Lines        1181     1201      +20     
  Branches      136      138       +2     
==========================================
+ Hits          607      610       +3     
- Misses        550      567      +17     
  Partials       24       24              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Apr 04 '24 13:04 codecov-commenter