Skip to content

Commit

Permalink
fix: disable exit on error in logger configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsgrn committed Jan 12, 2025
1 parent b734d9a commit 9e29fa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ export const logger: Logger = createLogger({
maxsize: config.logger.maxFileSize,
format: loggerFormat,
}),
]
],
exitOnError: false,
});

0 comments on commit 9e29fa3

Please sign in to comment.