Set DEBUG log level for Elastisearch

Change-Id: I3eb37af59f5095b1cc090409b5427be7fe8ebcd8
This commit is contained in:
Witek Bedyk 2019-12-02 15:23:13 +01:00
parent c3993bf48a
commit 9be8348896
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ function start_elasticsearch {
echo_summary "Starting ElasticSearch ${ELASTICSEARCH_VERSION}"
# 5 extra seconds to ensure that ES started properly
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
}