From 7c6de16becbf0d96655b17ce3b9cc2912eaded17 Mon Sep 17 00:00:00 2001 From: NigeParis Date: Thu, 18 Dec 2025 20:30:41 +0100 Subject: [PATCH] Conflicts --- src/user/src/run.ts | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/user/src/run.ts b/src/user/src/run.ts index f9dd40a..3c59d5d 100644 --- a/src/user/src/run.ts +++ b/src/user/src/run.ts @@ -4,25 +4,7 @@ import fastify, { FastifyInstance } from 'fastify'; import app from './app'; const start = async () => { -<<<<<<< HEAD const f: FastifyInstance = fastify({ logger: { level: 'info' } }); -======= - const envToLogger = { - development: { - transport: { - target: 'pino-pretty', - options: { - translateTime: 'HH:MM:ss Z', - ignore: 'pid,hostname', - }, - }, - }, - production: true, - test: false, - }; - - const f: FastifyInstance = fastify({ logger: envToLogger.development }); ->>>>>>> refs/remotes/origin/nigel/functionBlockMessage process.on('SIGTERM', () => { f.log.warn('Requested to shutdown'); process.exit(134);