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

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


The following commit(s) were added to refs/heads/master by this push:
     new 950dd6b  Updated PIP 28: Pulsar Proxy Gateway Improvement (markdown)
950dd6b is described below

commit 950dd6b5177ef8d0c3bf4de691699d6cddb86fce
Author: lipenghui <[email protected]>
AuthorDate: Tue Jul 30 19:05:00 2019 +0800

    Updated PIP 28: Pulsar Proxy Gateway Improvement (markdown)
---
 PIP-28:-Pulsar-Proxy-Gateway-Improvement.md | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/PIP-28:-Pulsar-Proxy-Gateway-Improvement.md 
b/PIP-28:-Pulsar-Proxy-Gateway-Improvement.md
index 8ed8f2d..56d7c81 100644
--- a/PIP-28:-Pulsar-Proxy-Gateway-Improvement.md
+++ b/PIP-28:-Pulsar-Proxy-Gateway-Improvement.md
@@ -1,6 +1,6 @@
-* Status: **discussion**
+* Status: **Implemented**
 * Author: [Samuel Sun](https://github.com/foreversunyao)
-* Pull Request: 
+* Pull Request: [3915](https://github.com/apache/pulsar/pull/3915)
 * Mailing List Discussion: 
 * Release: N/A
 
@@ -26,7 +26,14 @@ What we will have in proxy log for each request to Proxy 
from client:
  - **msg body** could be plain text after decryption
  
 And also a new config for enable/disable msg body
-
+- proxyLogLevel in proxy.conf
+```
+// Proxy log level, default is 0.
+// 0: Do not log any tcp channel info
+// 1: Parse and log any tcp channel info and command info without message bod
+// 2: Parse and log channel info, command info and message body
+proxyLogLevel=0
+```
 Log Example could be:
 
 **producer**:

Reply via email to