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

guangning pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new f2397cc  Updated Release Candidate Validation (markdown)
f2397cc is described below

commit f2397cc8cc2fd596368c584a1f980e41e8df7c41
Author: tuteng <[email protected]>
AuthorDate: Tue Nov 12 17:22:48 2019 +0800

    Updated Release Candidate Validation (markdown)
---
 Release-Candidate-Validation.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Release-Candidate-Validation.md b/Release-Candidate-Validation.md
index c6f0b23..bc5821f 100644
--- a/Release-Candidate-Validation.md
+++ b/Release-Candidate-Validation.md
@@ -22,7 +22,6 @@ Compare the contents of file .sha512, .asc to ensure 
consistency.
 ```
 tar -zxvf apache-pulsar-manager-0.X.0-release-bin.tar.gz
 cd pulsar-manager
-tar -zxvf pulsar-manager.tar
 ```
 
 ### Start Pulsar Manager frontend service
@@ -114,8 +113,8 @@ nginx
 ### Start Pulsar Manager backend service
 
 ```
-cd pulsar-manager/bin
-./pulsar-manager
+tar -zxvf pulsar-manager.tar
+./pulsar-manager/bin/pulsar-manager --logging.level.org.apache=INFO
 ```
 
 ### Validation

Reply via email to