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

@Shwetajain148 Shwetajain148 released this Feb 6, 2017 · 81 commits to master since this release

  • Buffer support during the temporary network outage.
  • Rotate logs in the buffer when running out of memory.
  • When the network connection is reconnected all buffered logs will be sent.
  • Check bad token error and display the error message on the console.
  • Truncate events over 1 MB size.
  • User can specify the size of the buffer (number of logs to be stored) as a configuration variable in the config file.
Assets 2

@Shwetajain148 Shwetajain148 released this Nov 15, 2016

-In this release, we have fixed the bugs in winston-loggly.js file
-Updated the library references
-Updated the contributor details in package.json
-Updated the README.md file
-Updated the Npm package to 1.3.4

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