Skip to content

Commit

Permalink
Use "info" as the default root logger level (apache#5079)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Aug 30, 2019
1 parent d9c0a10 commit 3cbfa10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/pulsar
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ OPTS="$OPTS $PULSAR_EXTRA_OPTS $PULSAR_MEM $PULSAR_GC"
# log directory & file
PULSAR_LOG_DIR=${PULSAR_LOG_DIR:-"$PULSAR_HOME/logs"}
PULSAR_LOG_APPENDER=${PULSAR_LOG_APPENDER:-"RoutingAppender"}
PULSAR_LOG_ROOT_LEVEL=${PULSAR_LOG_ROOT_LEVEL:-"debug"}
PULSAR_LOG_ROOT_LEVEL=${PULSAR_LOG_ROOT_LEVEL:-"info"}
PULSAR_LOG_LEVEL=${PULSAR_LOG_LEVEL:-"info"}
PULSAR_ROUTING_APPENDER_DEFAULT=${PULSAR_ROUTING_APPENDER_DEFAULT:-"Console"}

Expand Down
3 changes: 1 addition & 2 deletions 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: "debug"
value: "info"
- name: "pulsar.log.level"
value: "info"
- name: "pulsar.routing.appender.default"
Expand Down Expand Up @@ -162,4 +162,3 @@ Configuration:
# onMisMatch: DENY
# ScriptRef:
# ref: filter.js

0 comments on commit 3cbfa10

Please sign in to comment.