-
Notifications
You must be signed in to change notification settings - Fork 925
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(cmd/node): add logs cmd to dynamically change the log level #2601
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2601 +/- ##
==========================================
- Coverage 51.26% 51.25% -0.02%
==========================================
Files 157 158 +1
Lines 10490 10512 +22
==========================================
+ Hits 5378 5388 +10
- Misses 4637 4652 +15
+ Partials 475 472 -3
|
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.
utACK, not sure its necessary since we can do the same with celestia rpc node LogLevelSet * DEBUG
or celestia rpc node LogLevelSet dagstore DEBUG
but I will leave that up to everyone else to decide
…estiaorg#2601) ## Overview Added cmds that allow to change log level during runtime ## Checklist <!-- Please complete the checklist to ensure that the PR is ready to be reviewed. IMPORTANT: PRs should be left in Draft until the below checklist is completed. --> - [ ] New and updated code has appropriate documentation - [ ] New and updated code has new and/or updated testing - [ ] Required CI checks are passing - [ ] Visual proof for any user facing features like CLI or documentation updates - [ ] Linked issues closed with keywords (cherry picked from commit bbe970f)
## Overview Added cmds that allow to change log level during runtime ## Checklist <!-- Please complete the checklist to ensure that the PR is ready to be reviewed. IMPORTANT: PRs should be left in Draft until the below checklist is completed. --> - [ ] New and updated code has appropriate documentation - [ ] New and updated code has new and/or updated testing - [ ] Required CI checks are passing - [ ] Visual proof for any user facing features like CLI or documentation updates - [ ] Linked issues closed with keywords (cherry picked from commit bbe970f)
Overview
Added cmds that allow to change log level during runtime
Checklist