-
Notifications
You must be signed in to change notification settings - Fork 1
Algod endpoint: set log level #5
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
base: master
Are you sure you want to change the base?
Conversation
|
There is also a Trace level in logrus - not used atm but lets add it anyway. |
|
Logging will be split into many subsystems eventually so lets add "mask" (no idea about the name) param that has: Also calling the endpoints with a mask param but no log-level param should reset the logging to default value. |
This reverts commit bcb0095.
|
This is a sample of what an API call would look like: |
Summary
This pull request introduces the endpoint
POST /v2/node/log-level, which lets operators set the node's log level.Example