Skip to content

v0.3.0

Compare
Choose a tag to compare
@curusarn curusarn released this 24 Feb 14:00
· 104 commits to master since this release

What's new

  • Changed how we determine automatically added context system.main_file and runtime.file. You could see some change in these values depending on your setup. This was done to prevent the library from producing warnings in some cases.
  • Extended support for log levels. Logtail Node and some frameworks now support sending custom log levels to Logtail.
  • More useful logs are sent to Logtail when the log context is recursive or very deep. You can Prevent Logtail from producing warnings:
const logtail = new Logtail(token, {
    contextObjectCircularRefWarn: false,
    contextObjectMaxDepthWarn: false
});
  • Minor fixes for Pino and .debug() loging method.

Full Changelog: v0.2.0...v0.3.0