Skip to content

bind: fix httplogFlag default value in help#837

Merged
mmatczuk merged 3 commits intomainfrom
hg/fix_httplog_flag
Jun 11, 2024
Merged

bind: fix httplogFlag default value in help#837
mmatczuk merged 3 commits intomainfrom
hg/fix_httplog_flag

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
@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