Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix warning message when set USE_DRIP=1 and no JAVA_OPTS set in system #6034

Closed
wants to merge 1 commit into from

Conversation

truebit
Copy link

@truebit truebit commented Oct 12, 2016

When launching logstash with option USE_DRIP=1 like

USE_DRIP=1 ./bin/logstash

in function setup_drip, it would set $JAVA_OPTS; then in follwing function setup_java, it would output warning message that default $JAVA_OPTS would be overwritten. But actually user did not set "default $JAVA_OPTS".

This fix would not output such warning message if user did not set $JAVA_OPTS

@ph
Copy link
Contributor

ph commented Oct 12, 2016

Would you mind doing step 2 of the contributing guide? https://github.com/elasticsearch/logstash/blob/master/CONTRIBUTING.md#contribution-steps

@truebit
Copy link
Author

truebit commented Oct 13, 2016

CLA signed

@suyograo
Copy link
Contributor

LGTM

@elasticsearch-bot
Copy link

Suyog Rao merged this into the following branches!

Branch Commits
master 1f1bbb1
5.x 1a85f88

elasticsearch-bot pushed a commit that referenced this pull request Oct 14, 2016
jordansissel pushed a commit that referenced this pull request Oct 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants