From c6aa73642076b5177802b9cbe015ff93e97516df Mon Sep 17 00:00:00 2001 From: rdhabalia Date: Tue, 12 May 2020 17:00:44 -0700 Subject: [PATCH] [pulsar-proxy] add proxyLogLevel into config file --- conf/proxy.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/proxy.conf b/conf/proxy.conf index 40c95b16fdb82..7984a1de26701 100644 --- a/conf/proxy.conf +++ b/conf/proxy.conf @@ -62,6 +62,12 @@ webServicePortTls= # to service discovery health checks statusFilePath= +# 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 body +# 2: Parse and log channel info, command info and message body +proxyLogLevel=0 + ### ---Authorization --- ### # Role names that are treated as "super-users," meaning that they will be able to perform all admin