UNPKG

pino-papertrail

Version:

A transport for pino that sends messages to Papertrail

15 lines (11 loc) 660 B
pino-papertrail To send pino logs to papertrail: cat log | pino-papertrail --host 192.168.1.42 Flags -h | --help display help -v | --version display version -a | --appname the name of the application; default: pino -e | --echo echo messages to the console; default: true -H | --host the hostname of papertrail; default: localhost -p | --port the port of papertrail; default: 1234 -m | --message-only only send msg property to papertrail. default: false (=send json)