From aa279ba0267a3fc55704fb5c39e4b1563dbaa0c9 Mon Sep 17 00:00:00 2001 From: Luke Elmers Date: Tue, 21 Sep 2021 13:59:09 -0600 Subject: [PATCH] Bump legacy logging maxListeners for 7.x branch. --- packages/kbn-legacy-logging/src/setup_logging.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kbn-legacy-logging/src/setup_logging.ts b/packages/kbn-legacy-logging/src/setup_logging.ts index a5b51f191a35..a045469e8125 100644 --- a/packages/kbn-legacy-logging/src/setup_logging.ts +++ b/packages/kbn-legacy-logging/src/setup_logging.ts @@ -23,7 +23,7 @@ export async function setupLogging( // 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(55); + process.stdout.setMaxListeners(60); return await server.register({ plugin: good,