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

Switch flag definitions to be on pflag instead of flag in package go/vt/vttablet/filelogger #10973

Closed
ajm188 opened this issue Aug 10, 2022 · 0 comments · Fixed by #11274
Closed
Assignees
Labels
Component: CLI Component: Observability Pull requests that touch tracing/metrics/monitoring Type: Enhancement Logical improvement (somewhere between a bug and feature) Type: Internal Cleanup

Comments

@ajm188
Copy link
Contributor

ajm188 commented Aug 10, 2022

Part of #10697.

Current flags:

$ git grep -E "\bflag\.[A-Z]" -- go/vt/vttablet/filelogger/*.go
go/vt/vttablet/filelogger/filelogger.go:var logQueriesToFile = flag.String("log_queries_to_file", "", "Enable query logging to the specified file")
@ajm188 ajm188 added Type: Internal Cleanup Type: Enhancement Logical improvement (somewhere between a bug and feature) Component: Observability Pull requests that touch tracing/metrics/monitoring Component: CLI labels Aug 10, 2022
@rohit-nayak-ps rohit-nayak-ps self-assigned this Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: CLI Component: Observability Pull requests that touch tracing/metrics/monitoring Type: Enhancement Logical improvement (somewhere between a bug and feature) Type: Internal Cleanup
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants