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

chore: Convert subsystems to use structured logs #1503

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

bstasyszyn
Copy link
Contributor

Implemented structured logging for the following subsystems:

  • context
  • driver
  • httpserver
  • lifecycle
  • nodeinfo
  • observer
  • orbclient
  • protocolversion

Signed-off-by: Bob Stasyszyn Bob.Stasyszyn@securekey.com

Implemented structured logging for the following subsystems:

- context
- driver
- httpserver
- lifecycle
- nodeinfo
- observer
- orbclient
- protocolversion

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
@cla-bot cla-bot bot added the cla-signed label Oct 3, 2022
@codecov
Copy link

codecov bot commented Oct 3, 2022

Codecov Report

Base: 88.17% // Head: 88.16% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (736073b) compared to base (7e3d162).
Patch coverage: 87.76% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1503      +/-   ##
==========================================
- Coverage   88.17%   88.16%   -0.01%     
==========================================
  Files         217      217              
  Lines       20511    20539      +28     
==========================================
+ Hits        18085    18108      +23     
- Misses       1547     1550       +3     
- Partials      879      881       +2     
Impacted Files Coverage Δ
pkg/driver/restapi/operations.go 72.22% <0.00%> (ø)
pkg/httpserver/server.go 87.30% <57.14%> (ø)
pkg/nodeinfo/service.go 90.32% <72.22%> (-0.31%) ⬇️
pkg/httpserver/auth/authwrapper.go 85.71% <75.00%> (+1.50%) ⬆️
pkg/httpserver/auth/signature/authwrapper.go 88.23% <75.00%> (+0.73%) ⬆️
pkg/nodeinfo/handler.go 89.28% <75.00%> (-1.04%) ⬇️
pkg/observer/observer.go 83.68% <88.88%> (+0.05%) ⬆️
pkg/observer/pubsub.go 92.85% <89.28%> (-1.64%) ⬇️
pkg/httpserver/auth/tokenverifier.go 93.82% <92.85%> (+0.40%) ⬆️
cmd/orb-server/startcmd/start.go 68.32% <100.00%> (-0.04%) ⬇️
... and 11 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bstasyszyn bstasyszyn merged commit 96175c1 into trustbloc:main Oct 3, 2022
@bstasyszyn bstasyszyn deleted the structuredlog5 branch October 3, 2022 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants