mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
Remove the log parameter as web doesn't allow it
This commit is contained in:
parent
f6e5494ae7
commit
2711c23f62
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ script
|
||||||
|
|
||||||
HOME="${HOME:-$LS_HOME}"
|
HOME="${HOME:-$LS_HOME}"
|
||||||
JAVA_OPTS="${LS_JAVA_OPTS}"
|
JAVA_OPTS="${LS_JAVA_OPTS}"
|
||||||
[ -n "${LS_LOG_FILE}" ] && LS_OPTS="${LSOPTS} -l ${LS_LOG_FILE}"
|
|
||||||
# Reset filehandle limit
|
# Reset filehandle limit
|
||||||
ulimit -n ${LS_OPEN_FILES}
|
ulimit -n ${LS_OPEN_FILES}
|
||||||
cd "${LS_HOME}"
|
cd "${LS_HOME}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue