Commit 4aa66888 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] tests: remove logging 'SIGTERM'

parent 616084b0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -233,7 +233,6 @@ if (cluster.isMaster) {
} else {

  process.on("SIGTERM", function() {
    logger.info(`SIGTERM received, closing worker ${process.pid}`);
    process.exit(0)
  });