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

Fix enable-debug-logs flag in the operator manifest #1372

Merged
merged 1 commit into from Jul 24, 2019

Conversation

sebgl
Copy link
Contributor

@sebgl sebgl commented Jul 24, 2019

This flag was not taken into consideration, because it's a boolean
flag, and boolean flags don't use the syntax.

See https://golang.org/pkg/flag/#hdr-Command_line_flag_syntax for more
details.

Fixes #1371.

This flag was not taking into consideration, because it's a boolean
flag, and boolean flags don't use the <name><whitespace><value> syntax.
See https://golang.org/pkg/flag/#hdr-Command_line_flag_syntax for more
details.
@sebgl sebgl added >bug Something isn't working v0.9.0 labels Jul 24, 2019
@sebgl sebgl merged commit a42f845 into elastic:master Jul 24, 2019
sebgl added a commit to sebgl/cloud-on-k8s that referenced this pull request Jul 24, 2019
This flag was not taking into consideration, because it's a boolean
flag, and boolean flags don't use the <name><whitespace><value> syntax.
See https://golang.org/pkg/flag/#hdr-Command_line_flag_syntax for more
details.
sebgl added a commit that referenced this pull request Jul 24, 2019
This flag was not taking into consideration, because it's a boolean
flag, and boolean flags don't use the <name><whitespace><value> syntax.
See https://golang.org/pkg/flag/#hdr-Command_line_flag_syntax for more
details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug Something isn't working v0.9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ECK 0.9 starts with debug logs by default
3 participants