-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added support for bunyan logger with axiom #71
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! some smog things
Co-authored-by: Arne Bahlo <[email protected]>
Co-authored-by: Arne Bahlo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the conflict, then we can merge it 👍
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
closing this as there has been no activity for a lone time, feel free to open a new one. |
Bunyan Support
Added support for using Bunyan logger with axiom stream, to be able to push your logs to axiom
What is included