2.0.2 • Published 10 months ago

pino-gcl-slack-transport v2.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

pino-gcl-slack-transport

This is a Pino transport for google-cloud-logger-slack.

Usage

pnpm install pino-gcl-slack-transport
import { pino } from 'pino'

const pino = pino({
  transport: {
    target: 'pino-gcl-slack-transport',
    options: {
      defaultChannel: '<channel id>', 
    }
  }
})

See types.ts for the full list of options.