This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 68ca60cea76 [improve][cli] Document bin/pulsar envvars (#18753)
68ca60cea76 is described below

commit 68ca60cea7665e6a4bd9f07518b038c17893fe02
Author: tison <[email protected]>
AuthorDate: Wed Dec 7 19:27:04 2022 +0800

    [improve][cli] Document bin/pulsar envvars (#18753)
    
    Signed-off-by: tison <[email protected]>
---
 bin/pulsar | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/pulsar b/bin/pulsar
index 28738d84d5d..f3632c8c59c 100755
--- a/bin/pulsar
+++ b/bin/pulsar
@@ -90,11 +90,13 @@ Environment variables:
    PULSAR_PROXY_CONF             Configuration file for Pulsar proxy (default: 
$DEFAULT_PROXY_CONF)
    PULSAR_WORKER_CONF            Configuration file for functions worker 
(default: $DEFAULT_WORKER_CONF)
    PULSAR_STANDALONE_CONF        Configuration file for standalone (default: 
$DEFAULT_STANDALONE_CONF)
-   PULSAR_TRINO_CONF            Configuration directory for Pulsar SQL 
(default: $DEFAULT_PULSAR_TRINO_CONF)
+   PULSAR_TRINO_CONF             Configuration directory for Pulsar SQL 
(default: $DEFAULT_PULSAR_TRINO_CONF)
    PULSAR_EXTRA_OPTS             Extra options to be passed to the jvm
    PULSAR_EXTRA_CLASSPATH        Add extra paths to the pulsar classpath
    PULSAR_PID_DIR                Folder where the pulsar server PID file 
should be stored
    PULSAR_STOP_TIMEOUT           Wait time before forcefully kill the pulsar 
server instance, if the stop is not successful
+   PULSAR_LOG_LEVEL              Log level for the command run (default: info)
+   PULSAR_LOG_ROOT_LEVEL         Log root level for the command run (default: 
\$PULSAR_LOG_LEVEL)
 
 These variable can also be set in conf/pulsar_env.sh
 EOF

Reply via email to