-
Notifications
You must be signed in to change notification settings - Fork 25k
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
elasticsearch command to run in foreground by default, -d to daemonize #4392
Labels
Comments
Agreed. I was also a bit hesitant to use "-f" initially, since it usually means force. |
Oh God, thank you, thank you for this... The background mode by default (without any message to the console) was so confusing. |
brusic
pushed a commit
to brusic/elasticsearch
that referenced
this issue
Jan 19, 2014
Instead of using the '-f' parameter to start elasticsearch in the foreground, this is now the default modus. In order to start elasticsearch in the background, the '-d' parameter can be used. Closes elastic#4392
karmi
added a commit
to elastic/elasticsearch-ruby
that referenced
this issue
Jan 24, 2014
karmi
added a commit
to elastic/elasticsearch-ruby
that referenced
this issue
Jan 28, 2014
karmi
added a commit
to elastic/elasticsearch-ruby
that referenced
this issue
Jan 29, 2014
karmi
added a commit
to elastic/elasticsearch-ruby
that referenced
this issue
Jan 29, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For 1.0, it might be a good chance to change how we run the elasticsearch command by default. Feels like the default should be in the foreground, and we should daemonize only with a
-d
.The text was updated successfully, but these errors were encountered: