Merge "Set DEBUG log level for Elastisearch"
This commit is contained in:
@@ -385,7 +385,7 @@ function start_elasticsearch {
|
|||||||
echo_summary "Starting ElasticSearch ${ELASTICSEARCH_VERSION}"
|
echo_summary "Starting ElasticSearch ${ELASTICSEARCH_VERSION}"
|
||||||
# 5 extra seconds to ensure that ES started properly
|
# 5 extra seconds to ensure that ES started properly
|
||||||
local esSleepTime=${ELASTICSEARCH_SLEEP_TIME:-5}
|
local esSleepTime=${ELASTICSEARCH_SLEEP_TIME:-5}
|
||||||
run_process_sleep "elasticsearch" "$ELASTICSEARCH_DIR/bin/elasticsearch" $esSleepTime
|
run_process_sleep "elasticsearch" "$ELASTICSEARCH_DIR/bin/elasticsearch -E logger.org.elasticsearch=DEBUG" $esSleepTime
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user