Skip to content

Instantly share code, notes, and snippets.

@delvedor
Created January 6, 2022 09:05
Show Gist options
  • Save delvedor/561778798de4f269cc98d699773b5b04 to your computer and use it in GitHub Desktop.
Save delvedor/561778798de4f269cc98d699773b5b04 to your computer and use it in GitHub Desktop.
import Fastify from 'fastify'
const fastify = Fastify({
logger: {
transport: {
target: 'pino-pretty',
options: { destination: 1 }
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment