Skip to content

Commit 1655232

Browse files
authored
Merge pull request #1729 from bbc/rjmunro/fix-crash-on-network-timeout
Fix crash on connection timeout
2 parents ab40675 + ce0c3bb commit 1655232

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)