mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Dev Server] Remove dead code (#193736)
This commit is contained in:
parent
be80022154
commit
e6e170e687
1 changed files with 0 additions and 10 deletions
|
@ -196,16 +196,6 @@ export class DevServer {
|
|||
this.phase$.next('listening');
|
||||
this.ready$.next(true);
|
||||
}
|
||||
|
||||
// TODO: remove this once Pier is done migrating log rotation to KP
|
||||
if (msg === 'RELOAD_LOGGING_CONFIG_FROM_SERVER_WORKER') {
|
||||
// When receive that event from server worker
|
||||
// forward a reloadLoggingConfig message to parent
|
||||
// and child proc. This is only used by LogRotator service
|
||||
// when the cluster mode is enabled
|
||||
process.emit('message' as any, { reloadLoggingConfig: true } as any);
|
||||
proc.send({ reloadLoggingConfig: true });
|
||||
}
|
||||
}),
|
||||
takeUntil(exit$)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue