Skip to content

Commit

Permalink
Merge master into development
Browse files Browse the repository at this point in the history
  • Loading branch information
terehov committed Jun 8, 2024
2 parents 8e3ae76 + f7474a3 commit f9fc041
Show file tree
Hide file tree
Showing 11 changed files with 1,188 additions and 754 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ For `pretty` logs:
For `JSON` logs (no formatting happens here):
```typescript
const logger = new Logger({
type: "pretty",
type: "json",
overwrite: {
transportJSON: (logObjWithMeta: any) => {
// transport the LogObj to console, StdOut, a file or an external service
Expand Down
39 changes: 18 additions & 21 deletions examples/nodejs/mongodb/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/nodejs/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"type": "module",
"dependencies": {
"mongodb": "^4.4.0",
"mongodb": "^4.17.0",
"tslog": "^4.8.7",
"typescript": "^5.1.6"
},
Expand Down
Loading

0 comments on commit f9fc041

Please sign in to comment.