Fix logging refactor - #80
Conversation
|
@Tushar-sketch-bit, check the lint failures...mainly formatting issues :) |
|
Hey @Tushar-sketch-bit, appreciate you taking the time to contribute, but after reviewing this PR we won't be moving forward with it. There are a few fundamental issues, Rather than trying to patch this one up, I'd encourage you to close it and pick up a fresh issue instead. Take a bit more time to read through the existing code before diving in, understanding how the codebase already handles things like logging goes a long way. There are some good open issues that would be a great fit, happy to point you toward one if you'd like...! |
|
Thanks for the input! Just a reminder for everyone: while community feedback is always welcome and helpful, final decisions on PRs are made by the core maintainers. |
|
Hey @jeanbez, totally fair, just to clarify the reasoning though. The PR has a few blockers that make it not worth patching up: there's a broken import ( There's also PR #81 open for the same issue which is in much better shape, and having two contributors working toward the same fix creates unnecessary conflict and review overhead. It made more sense to consolidate around the stronger submission and let @Tushar-sketch-bit pick up a different issue instead. Happy to discuss if you see it differently! |
|
I totally agree with @jeanbez point. PR decisions ultimately rest with the maintainers. We aim to stay open and encouraging to all contributions, while also keeping the review process efficient and manageable on our end. |
|
resolved in the latest merge |
Related Issues / Pull Requests
List all related issues and/or pull requests if there are any.
Description
Changed the logging type from print to logging method as a standard approach protocol against issue #71
What changes are proposed in this pull request?
Checklist: