Skip to content
  • v3.1.0
  • 2542c24
  • Compare
    Choose a tag to compare
    Search for a tag
  • v3.1.0
  • 2542c24
  • Compare
    Choose a tag to compare
    Search for a tag

@alestrunda alestrunda released this Apr 6, 2020 · 3 commits to master since this release

  • pass loggly http client errors to winston

  • add flushLogsAndExit function

  • add flag for network errors

  • update dependencies

  • fix js strict mode

  • fix sending winston splats
    extra properties in winston.log (called splats) are now being sent to Loggly as an array named "details". In winston v2 they were simply appended to the message. For example logging winston.log("info", "Hello World", { bar: "baz" }, { "foo": "test" }) will produce { level: "info", message: "Hello World", bar: "baz", details: [{ "foo": "test" }] }

  • use lodash.clonedeep for cloning

  • redo tests

  • remove legacy code

  • various small fixes

  • code formatting

Assets 2
You can’t perform that action at this time.