Skip to content

Commit efa984b

Browse files
sijiewolfstudy
authored andcommitted
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 76090c5)
1 parent f7e8288 commit efa984b

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)