mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-12 01:25:21 +08:00
fix: server not logging exceptions
!nuf
This commit is contained in:
parent
e03a25fb92
commit
73f379ae8a
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ const logger = createLogger({
|
|||
new transports.Console({
|
||||
level: "success",
|
||||
format: consoleFormat,
|
||||
handleExceptions: true,
|
||||
}),
|
||||
],
|
||||
exceptionHandlers: [
|
||||
|
|
Loading…
Add table
Reference in a new issue