@gasbuddy/configured-winston

2.1.1 • Public • Published

configured-winston

Greenkeeper badge

wercker status Coverage Status

A wrapper which hooks winston transports up via config. The config entry should have a "transports" property which has a list of transports to configure. It is specified via an object rather than array to allow enable/disable and multi-config file overlays (features of hydration and confit) to work more cleanly across environments.

Sample Configuration

  "logger": {
    "module": "@gasbuddy/configured-winston",
    "transports": {
      "file": {
        "name": "File",
        "filename": "/var/log/foobar.error.log",
        "config": {
          "level": "error"
        }
      }
    },
    "console": false
  }

Readme

Keywords

Package Sidebar

Install

npm i @gasbuddy/configured-winston

Weekly Downloads

1

Version

2.1.1

License

MIT

Unpacked Size

44.4 kB

Total Files

16

Last publish

Collaborators

  • msimeon
  • aureliamoore
  • djmax