mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update pleaserun to use --log-directory flag with 0.0.28 (#11279)
* Update CONTRIBUTING.md * Update pleaserun.js * Update pleaserun.js Was not using a supported flag, still! Now using `--log-file-stdout`, but we may not get stderr logs. * Update pleaserun.js
This commit is contained in:
parent
d6d99d3c5b
commit
f0521d4e20
2 changed files with 2 additions and 2 deletions
|
@ -318,7 +318,7 @@ Packages are built using fpm, pleaserun, dpkg, and rpm. fpm and pleaserun can b
|
|||
```bash
|
||||
apt-get install ruby-dev rpm
|
||||
gem install fpm -v 1.5.0
|
||||
gem install pleaserun -v 0.0.24
|
||||
gem install pleaserun -v 0.0.28
|
||||
npm run build -- --skip-archives
|
||||
```
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ export default (grunt) => {
|
|||
'--description', capitalize(name),
|
||||
'--user', user,
|
||||
'--group', group,
|
||||
'--sysv-log-path', `${path.logs}/`,
|
||||
'--log-directory', `${path.logs}/`,
|
||||
'-p', service.name,
|
||||
'-v', service.version,
|
||||
path.kibanaBin,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue