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: Added /loglevels REST endpoint #1534

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

bstasyszyn
Copy link
Contributor

The /loglevels endpoints allows you to update the logging levels dynamically and retrieve the current levels.

The /loglevels endpoints allows you to update the logging levels dynamically and retrieve the current levels.

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
@cla-bot cla-bot bot added the cla-signed label Mar 10, 2023
@codecov
Copy link

codecov bot commented Mar 11, 2023

Codecov Report

Patch coverage: 93.12% and project coverage change: -0.06 ⚠️

Comparison is base (07e05f2) 88.11% compared to head (1e7e53a) 88.06%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1534      +/-   ##
==========================================
- Coverage   88.11%   88.06%   -0.06%     
==========================================
  Files         220      219       -1     
  Lines       20900    20764     -136     
==========================================
- Hits        18417    18286     -131     
+ Misses       1587     1581       -6     
- Partials      896      897       +1     
Impacted Files Coverage Δ
cmd/orb-cli/common/common.go 73.25% <ø> (ø)
cmd/orb-cli/main.go 77.77% <ø> (ø)
cmd/orb-driver/startcmd/start.go 49.54% <ø> (ø)
cmd/orb-server/main.go 77.77% <ø> (ø)
pkg/anchor/anchorlinkset/anchorlinkset.go 62.50% <0.00%> (ø)
pkg/document/remoteresolver/remoteresolver.go 91.30% <ø> (ø)
pkg/driver/restapi/operations.go 72.22% <ø> (ø)
pkg/healthcheck/healthcheck.go 86.90% <ø> (ø)
pkg/nodeinfo/handler.go 89.28% <ø> (ø)
pkg/pubsub/wmlogger/wmlogger.go 100.00% <ø> (ø)
... and 102 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 in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bstasyszyn bstasyszyn merged commit f716271 into trustbloc:main Mar 13, 2023
@bstasyszyn bstasyszyn deleted the loglevelsendpoint branch March 13, 2023 21:43
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.

2 participants