Configure verbose logging to off by default
Open
Beginner friendly
logging
- Dominant language
- Python
- Stars
- 140
- Forks
- 45
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 6
Description
The current default user configuration for bst is:
```
logging:
verbose: true
```
I don't think this makes sense for most users even if it can make sense for Ci systems. Having to instruct every user to turn this off is a bigger hassle than configuring one CI system per project to turn this config on, in my opinion.
Contributor guide
Research direction
Locate the default user configuration for bst and find where logging.verbose is set. Check for tests covering default logging or configuration behavior, then change the default to false while preserving the ability for CI systems to enable it explicitly; done means ordinary users no longer receive verbose logging by default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100