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

bind: fix httplogFlag default value in help #837

Merged
merged 3 commits into from
Jun 11, 2024
Merged

Conversation

Choraden
Copy link
Contributor

@Choraden Choraden commented Jun 7, 2024

Fixes #833

Choraden added 3 commits June 7, 2024 16:37
That makes the --help print actuall values of a log-http flag:
--log-http [api|proxy:]<none|short-url|url|headers|body|errors>,...  (default [api:,proxy:]) (env FORWARDER_LOG_HTTP)
It fixes the empty default values:
(default [api:,proxy:]) -> (default [api:errors,proxy:errors])
(default [api:errors,proxy:errors]) -> (default errors)
@Choraden Choraden force-pushed the hg/fix_httplog_flag branch from a2461f4 to d2dba6f Compare June 7, 2024 14:47
@mmatczuk mmatczuk merged commit f767dc6 into main Jun 11, 2024
6 checks passed
@mmatczuk mmatczuk deleted the hg/fix_httplog_flag branch June 11, 2024 09:07
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.

bind: httplogFlag gives false default value
2 participants