This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit efa984bf5afd7af828622780e1522293fdaa19de Author: Sijie Guo <[email protected]> AuthorDate: Mon Aug 10 07:21:41 2020 -0700 Set default root log level to debug (#7789) *Motivation* Since currently the root log level is set to info, it is not easy to turn the logging level to debug by running `PULSAR_LOG_LEVEL=debug bin/pulsar standalone`. (cherry picked from commit 76090c5ddcd6dfba17542c4a082374085e403432) --- conf/log4j2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/log4j2.yaml b/conf/log4j2.yaml index 3482674..0ca3966 100644 --- a/conf/log4j2.yaml +++ b/conf/log4j2.yaml @@ -33,7 +33,7 @@ Configuration: - name: "pulsar.log.appender" value: "RoutingAppender" - name: "pulsar.log.root.level" - value: "info" + value: "debug" - name: "pulsar.log.level" value: "info" - name: "pulsar.routing.appender.default"
