Skip to content
New issue

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

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

Already on GitHub? # to your account

Updated for 1.1.9 and incorporated some other fixes #4

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

blewa
Copy link

@blewa blewa commented Jan 23, 2013

I've incorporated one of the pull requests already made against your project and included a couple other things. Let me know if I can assist.

dcarley and others added 5 commits November 6, 2012 11:31
Set $verbose to an empty string if no acceptable log level was passed. Then
unquote the resulting string in the exec command so that it can expand to
nothing. The contents are already sanitised so we shouldn't need to worry
about quoting any value.

Added examples of the three "known" logging levels that are parsed.

With the default configuration of `LOGSTASH_LOGLEVEL=warn` the wrapper
script was not setting the $verbose variable. The resulting command then
featured a pair of quotes with no contents inside: `""`

The logstash JAR rejected this with:
```
No such command ""
Available commands:
  -v
  -V
  --version
  agent
  web
  test
  irb
  pry
```
Conflicts:
	SOURCES/logstash.sysconfig
	SPECS/logstash.spec
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants