Remove debug logging
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 58
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
there library is full of debug log lines which can't be turned off.
https://github.com/search?q=repo%3Amicrosoft%2Fwmi%20log.Printf&type=code
Each query results into a unstructed log line
Contributor guide
No contributing guide indexed for this repository
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
Start by reviewing the log.Printf occurrences from the linked repository search, then inspect pkg/wmiinstance/WmiSession.go around line 232 to understand the query logging. Done means the library no longer emits unstructured debug log lines for each query, while preserving the query behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100