Skip to content

Commit

Permalink
refactor: add pino again to improve log performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Murzbul committed Feb 11, 2023
1 parent 9565061 commit 0eb66a5
Show file tree
Hide file tree
Showing 25 changed files with 286 additions and 46 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
"node-cron": "^3.0.1",
"nodemailer": "6.7.7",
"pg-promise": "^10.11.1",
"pino": "^8.10.0",
"promise-events": "^0.2.4",
"qs": "^6.11.0",
"reflect-metadata": "^0.1.13",
"shelljs": "^0.8.5",
"tedis": "^0.1.12",
"ts-mixer": "^6.0.2",
"tslog": "^4.7.0",
"tsyringe": "^4.7.0",
"typeorm": "^0.3.11",
"web-push": "^3.5.0",
Expand All @@ -107,6 +107,7 @@
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^4.3.7",
"@types/koa-hbs": "^1.0.7",
"@types/koa-qs": "^2.0.0",
"@types/koa-ratelimit": "^4.2.4",
"@types/koa-router": "^7.4.4",
"@types/koa__cors": "^3.3.0",
Expand Down Expand Up @@ -139,6 +140,7 @@
"madge": "^6.0.0",
"nodemon": "^2.0.20",
"pg-mem": "^2.6.4",
"pino-pretty": "^9.2.0",
"prettier": "^2.8.3",
"rimraf": "^3.0.2",
"supertest": "^6.3.0",
Expand Down
Loading

0 comments on commit 0eb66a5

Please sign in to comment.