microsoft / microsoft/beachball
Change the logging to a proper logger instead of console.log everywhere!
Open
Nobody has claimed this yet.
feature
- Dominant language
- TypeScript
- Stars
- 815
- Forks
- 93
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 12
Description
This should allow someone to filter out "trace" level messages if they don't want to see those.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the repository for the console.log calls mentioned in the issue and trace how messages are emitted across the project. Determine the logging entry points and scope of the change; done should replace the existing logging approach with a proper logger that allows trace-level messages to be filtered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100