Skip to content

Commit

Permalink
Merge 54a8c87 into 16f1f0a
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlice committed Jan 31, 2023
2 parents 16f1f0a + 54a8c87 commit 868241c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/transport.js
Expand Up @@ -21,7 +21,10 @@ const transport = pino.transport({
}
}, {
level: 'info',
target: '#pino/pretty'
target: '#pino/pretty',
options: {
destination: 1
}
}]
})

Expand Down

0 comments on commit 868241c

Please sign in to comment.