New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@firstfleet/fflogger

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@firstfleet/fflogger

Log to Loggly, and console in dev

unpublished
npmnpm
Version
1.0.3
Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

@firstfleet/fflogger

This is a centralized logger that sends logs to papertrail and to the console when process.env.NODE_ENV is not production

This package requires winston and winston-papertrail. In order to send logs to paper trail, you must set process.env.PAPERTRAIL_HOST and process.env.PAPERTRAIL_PORT. What thos values should be can be found on your papertrail account. Can also take process.env.PAPERTRAIL_PROGRAM to denote the program in the papertrail console, default to "default"

If the papertrail config is not setup the papertrail transport will not be created.

If you update the JS Docs you can rebuild the documentation by running

npm run build-docs

To publish to npm

  • Increment the package version
  • Login by running npm login
  • Make sure you have been added to the firstfleet org
  • run npm run send

FAQs

Package last updated on 26 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts