1.0.7 • Published 2 years ago

@codevco/pino-logtail v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

pino-logtail

THIS IS WORK IN PROGRESS

Usage:

# install globally
npm install @codevco/pino-logtail --global

# pipe stdio to pino-logtail
node app.js | pino-logtail --token=xxxxxx

Options:

OptionsDescription
--tokenthe Logtail access token
--passThroughpipe to stdout
--debugdump raw logs messages

Environment variables

You can also set the token via the following env var.

# pipe stdio to pino-logtail
export LOGTAIL_TOKEN=xxxxxx
node app.js | pino-logtail --passThrough | pino-pretty
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

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