mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[cli] remove reference to removed --optimize flag (#75083)
Co-authored-by: spalger <spalger@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
d4f52471bf
commit
41262d1b64
1 changed files with 0 additions and 5 deletions
|
@ -136,11 +136,6 @@ function applyConfigOverrides(rawConfig, opts, extraCliOptions) {
|
|||
if (opts.verbose) set('logging.verbose', true);
|
||||
if (opts.logFile) set('logging.dest', opts.logFile);
|
||||
|
||||
if (opts.optimize) {
|
||||
set('server.autoListen', false);
|
||||
set('plugins.initialize', false);
|
||||
}
|
||||
|
||||
set('plugins.scanDirs', _.compact([].concat(get('plugins.scanDirs'), opts.pluginDir)));
|
||||
set(
|
||||
'plugins.paths',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue