-
-
Notifications
You must be signed in to change notification settings - Fork 614
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
cmd: Make a debug listen address optional #7840
Conversation
If provided, the CLI flag will override the value in the config file. Use the CLI flag to de-conflict parallel integration tests. Fixes #7838
@jprenken, this PR appears to contain configuration and/or SQL schema changes. Please ensure that a corresponding deployment ticket has been filed with the new values. |
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.
The PR title and description should be updated to reflect the new purpose of this PR: making debugAddr optional and removing it from the admin tool entirely.
Config change: IN-10874 |
Remove
debugAddr
from theadmin
tool, which doesn't use it - or need it, now thatnewStatsRegistry
viaStatsAndLogging
doesn't require it.Remove
debugAddr
fromconfig-next/sfe.json
, as we usually set it on the CLI instead.Fixes #7838