axiomhq / axiom-js

Official language bindings and library extensions for Axiom
https://axiom.co
MIT License
97 stars 14 forks source link

feat: added support for bunyan logger with axiom #71

Open Bensigo opened 1 year ago

Bensigo commented 1 year ago

Bunyan Support

Added support for using Bunyan logger with axiom stream, to be able to push your logs to axiom

What is included

Bensigo commented 1 year ago

good work there man. There is few formatting issues, but you need to add the package name to pnpm-workspace file and also the workspaces object in the root package.json so that the build,lint and test commands would run for this package as well.

We talked about this, that we use workspace/* to automatically detect each package.