mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update pleaserun.js to use --log-directory
with 0.0.28 (#11286)
This commit is contained in:
parent
45eaee58ba
commit
e96a8d8273
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export default (grunt) => {
|
|||
'--description', capitalize(name),
|
||||
'--user', user,
|
||||
'--group', group,
|
||||
'--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