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

Feature: add a verbose output option for leveldb and rocksdb #326

Open
2 of 3 tasks
itroyano opened this issue Apr 13, 2023 · 0 comments
Open
2 of 3 tasks

Feature: add a verbose output option for leveldb and rocksdb #326

itroyano opened this issue Apr 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@itroyano
Copy link

itroyano commented Apr 13, 2023

Describe what you are looking for

Looking for a -v, --verbose flag that's the opposite of -q: logging initialization and parsing steps of server startup in a "debug" or "trace" level output.

Standard output goes to logs when UKV is run as a Pod in Kubernetes/OpenShift, so enhancing this will have benefit for troubleshooting.

$ ./leveldb_server --help
SYNOPSIS
        ./leveldb_server [--config <path>] [-p <port>] [-q] [-h]

OPTIONS
        --config <path>
                    Configuration file path. The default configuration file path is
                    /var/lib/ukv/config.json

        -p, --port <port>
                    Port to use for connection. The default connection port is 38709

        -q, --quiet Silence outputs
        -h, --help  Print this help information on this tool and exit

Can you contribute to the implementation?

  • I can contribute

Is your feature request specific to a certain interface?

It applies to everything

Contact Details

itroyano@redhat.com

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@itroyano itroyano added the enhancement New feature or request label Apr 13, 2023
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

4 participants