1.0.4 • Published 2 years ago

@redspher2021/fastify-sematext-stream v1.0.4

Weekly downloads
-
License
SEE LICENCE IN LI...
Repository
github
Last release
2 years ago

fastify-sematext-stream

Stream to send pino fastify logs to sematext

Usage

  • Can be used with typescript or javascript
  • install project
npm i --save @redspher2021/fastify-sematext-stream
  • Used build function
import { build } from '@redspher2021/fastify-sematext-stream'

const stream = build({ baseURL: sematextBaseURL, index: sematextIndex });
const instance = fastify({ logger: { stream });
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago