-
Notifications
You must be signed in to change notification settings - Fork 25
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
Wr/twinning #452
Wr/twinning #452
Conversation
QA notes
example from the comments |
QA notes: previous issue fixed. Tried all of All passed/failed as expected. |
What does this PR do?
Adds
--dev-debug
flag with enhancementsYou can now
--dev-debug --debug-filter sf:config
to limit DEBUG statements✅ : the current
promote-verify
uses the correct commandAcceptance Criteria
run a command with
--dev-debug
to see the debug output, should be equivalent to settingDEBUG=*
before running a commandTesting Notes
--dev-debug
results in*
debug statements--dev-debug --debug-filter <filter>
will filter the debug statementsChecklist
What issues does this PR fix or reference?
@W-12152987@