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

Allow the user to specify verbose logging level when deploying a cluster #20

Open
yingsu00 opened this issue Aug 29, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@yingsu00
Copy link

In Presto C++ code, Glog was used to do the logging. VLOG(N) was used in various places to log the stuff on different levels. The user uses "--v n" for presto_server to know the wanted log level. Any VLOG(N) that N <= n would be invoked.

Currently, the deploy cluster pipeline shows only a tick box for whether to enable verbose logging. However it only sets --v 1. There is no way to log higher level stuff.

The suggestion is to change the tickbox to a dropdown list from 0 to 11, and default to 0. Add the explanation when the user clicks the question mark.

Screenshot 2024-08-28 at 19 38 08

@yingsu00 yingsu00 added the enhancement New feature or request label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant