Fix: Add winston; And: Add custom error handlers

+ addCustomHandler()
+ removeCustomHandler()
This commit is contained in:
Stephan
2022-04-28 14:39:16 +02:00
parent 9ac4fb8efd
commit 8bf18267d1
2 changed files with 45 additions and 1 deletions
+2 -1
View File
@@ -30,7 +30,8 @@
"express-async-errors": "^3.1.1",
"jsonwebtoken": "^8.5.1",
"nodemailer": "^6.7.0",
"redis": "^3.1.2"
"redis": "^3.1.2",
"winston": "^3.7.2"
},
"devDependencies": {
"@types/chai": "^4.2.22",