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.git
The following commit(s) were added to refs/heads/master by this push:
new 76090c5 Set default root log level to debug (#7789)
76090c5 is described below
commit 76090c5ddcd6dfba17542c4a082374085e403432
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`.
---
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"