Skip to content
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

cleanup publish debug options (format/presentation) #1008

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

jdknight
Copy link
Member

@jdknight jdknight commented Jul 1, 2024

Updating the configuration handling of publish debugging options to promote the uses of dashes of underscores (e.g. headers-and-data over headers_and_data). Both values are still accepted, but the dash variant will be the value shown in documentation.

This commit also adjusts the configuration check to explicitly list supported options. The previous use of populating values from the enumeration does not work for all desired entries. Best to list the explicit values we want to inform a user on.

Updating the configuration handling of publish debugging options to
promote the uses of dashes of underscores (e.g. `headers-and-data` over
`headers_and_data`). Both values are still accepted, but the dash
variant will be the value shown in documentation.

This commit also adjusts the configuration check to explicitly list
supported options. The previous use of populating values from the
enumeration does not work for all desired entries. Best to list the
explicit values we want to inform a user on.

Signed-off-by: James Knight <james.d.knight@live.com>
The option `headers-and-data` is preferred value for the debugging
mode; updating documentation to reflect this.

Signed-off-by: James Knight <james.d.knight@live.com>
@jdknight jdknight merged commit 87c029a into main Jul 1, 2024
29 checks passed
@jdknight jdknight deleted the cleanup-publish-debug-options branch July 1, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant