-
Notifications
You must be signed in to change notification settings - Fork 878
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
Log level functionality broken when describing transmit
#1861
Comments
Please provide a minimal reproducible example. Doing so will help us diagnose your issue. It should be the bare minimum code needed to trigger the issue, and easily runnable without any changes or extra code. You may use a GitHub repository to host the code if it is too much to fit in a code block (or two). |
Hi, I have the same bug in my app. There is how to reproduce: https://playcode.io/1935966 |
Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests. |
Do you run
|
Also having a problem with a commit. Do you have any guideline for contributing except for https://github.com/pinojs/pino/blob/main/CONTRIBUTING.md? Environment requirements, how to test locally etc. I get error in precommit hook (tried with a dummy change in README file):
Node v20.12.1 |
You should be able to:
That should be all that is necessary for development of Pino. |
Just run |
Ref #2004 |
Reinstalled packages with npm, tests seem to run now. May I have a permission to push feature branch? |
Please review https://jrfom.com/posts/2017/03/08/a-primer-on-contributing-to-projects-with-git/ |
I have tried to push and receive access error:
what exactly am I missing? |
https://jrfom.com/posts/2017/03/08/a-primer-on-contributing-to-projects-with-git/#fork-the-project
|
Cool. Sorry, skipped the fork section. Would be nice to link this guide in the CONTRIBUTING.MD |
Please submit PRs with improvements. |
Thanks for review, waiting for the release :) The latest PR is out of the scope of the bug |
Do you have a release date planned? The issue is closed but there is no version with the fix |
Releases happen when one of the maintainers has time to work on it. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
We're using Pino in the Leather web extension project, with the config:
Not sure when this was introduced, but lately,
pinoLogger.debug
statements have been logging to console, despite the level beinginfo
. In debugging this, I've noticed that when removing thebrowser.transmit
object, the logging behaviour works as expected.The text was updated successfully, but these errors were encountered: