You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
Can you contribute to the implementation?
Is your feature request specific to a certain interface?
It applies to everything
Contact Details
[email protected]
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: