Skip to content

Commit

Permalink
Set default root log level to debug (#7789)
Browse files Browse the repository at this point in the history
*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`.
  • Loading branch information
sijie authored Aug 10, 2020
1 parent a3eb556 commit 76090c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/log4j2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 76090c5

Please sign in to comment.