Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/axios-and-jest-pup…
Browse files Browse the repository at this point in the history
…peteer-1.6.7
  • Loading branch information
terehov authored Jun 8, 2024
2 parents 84d857e + 3cb27fc commit e1305b0
Show file tree
Hide file tree
Showing 7 changed files with 296 additions and 125 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
6 changes: 3 additions & 3 deletions examples/nodejs/mongodb/package-lock.json

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

Loading

0 comments on commit e1305b0

Please sign in to comment.