Skip to content

Commit

Permalink
feat: implement winston logger adapter for logging functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirogab committed Sep 15, 2024
1 parent b435a1f commit 0171a33
Show file tree
Hide file tree
Showing 12 changed files with 357 additions and 13 deletions.
218 changes: 210 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"reflect-metadata": "^0.2.2",
"tsyringe": "^4.8.0",
"uuid": "^10.0.0",
"winston": "^3.14.2",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/adapters/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './unique-id';
export * from './logger';
export * from './email';
export * from './hash';
Loading

0 comments on commit 0171a33

Please sign in to comment.