mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
719f259ece
commit
86ebdb67ba
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ import { LogInterceptor } from './log_interceptor';
|
|||
// thrown every time we start the server.
|
||||
// In order to keep using the legacy logger until we remove it I'm just adding
|
||||
// a new hard limit here.
|
||||
process.stdout.setMaxListeners(15);
|
||||
process.stdout.setMaxListeners(25);
|
||||
|
||||
export function getLoggerStream({ events, config }) {
|
||||
const squeeze = new Squeeze(events);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue