From efa984bf5afd7af828622780e1522293fdaa19de Mon Sep 17 00:00:00 2001 From: Sijie Guo Date: Mon, 10 Aug 2020 07:21:41 -0700 Subject: [PATCH] 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 34826740ca654..0ca39663f0bd5 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"