Skip to content

Commit 5b1ef7a

Browse files
sijiehuangdx0726
authored andcommitted
Set default root log level to debug (apache#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`.
1 parent 783800d commit 5b1ef7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/log4j2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Configuration:
3333
- name: "pulsar.log.appender"
3434
value: "RoutingAppender"
3535
- name: "pulsar.log.root.level"
36-
value: "info"
36+
value: "debug"
3737
- name: "pulsar.log.level"
3838
value: "info"
3939
- name: "pulsar.routing.appender.default"

0 commit comments

Comments
 (0)