Skip to content

Commit

Permalink
Bump stdout maxListeners in legacy logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeelmers committed Sep 20, 2021
1 parent 5df2e2a commit 5561a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-legacy-logging/src/setup_logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(40);
process.stdout.setMaxListeners(55);

return await server.register({
plugin: good,
Expand Down

0 comments on commit 5561a88

Please sign in to comment.