Skip to content

Commit 55a0153

Browse files
committed
Merge remote-tracking branch 'origin/main' into bbc-main
2 parents 577a709 + 1655232 commit 55a0153

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/playout-gateway/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ if (logPath) {
4444
})
4545

4646
logger = Winston.createLogger({
47+
exitOnError: false,
4748
transports: [transportConsole, transportFile],
4849
})
4950
logger.info('Logging to', logPath)
@@ -67,6 +68,7 @@ if (logPath) {
6768
})
6869

6970
logger = Winston.createLogger({
71+
exitOnError: false,
7072
transports: [transportConsole],
7173
})
7274
logger.info('Logging to Console')

0 commit comments

Comments
 (0)