You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enhancement: add log level override subcommand to ADP binary (#767)
## Summary
This PR adds two debug subcommands for dynamically configuring the log
level of the ADP process: `debug set-log-level` and `debug
reset-log-level`.
For setting the log level, this should be `agent-data-plane debug
set-log-level`. The subcommand would call out to /logging/override. For
resetting the log level, this should be `agent-data-plane debug
reset-log-level`. The subcommand would call out to /logging/reset.
## Change Type
- [ ] Bug fix
- [x] New feature
- [ ] Non-functional (chore, refactoring, docs)
- [ ] Performance
## How did you test this PR?
Manually tested by running the run-adp-standalone and testing various
set and reset commands
## References
Closes#731.
0 commit comments