Document logging
Open
Documentation
- Dominant language
- Python
- Stars
- 127
- Forks
- 74
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 2
Description
We should document the logging added in #450 - at the very least:
```
import logging
logging.basicConfig(level=logging.INFO)
```
but can also specifically set the logging level for the relevant sub-modules.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing issue #450 and searching the repository documentation for the logging setup added there. Document the basicConfig example and the option to set levels for relevant submodules; the work is done when users can find and follow those logging instructions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100