Skip to content

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

Open
@yingsu00

Description

@yingsu00

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions