docs: document `log` trait on `Application` class
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 65/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- python
- Domain
- documentation
Research direction
Start with the Application class documentation at the linked config-api page and inspect traitlets/config/application.py around line 286, where the default is set. Update the documentation to state that the log trait defaults to a Logger named with self.class.name, then check the rendered documentation for the new detail.
Written by the indexing model from the issue text.
Description
The docs for the Application class don't mention the default value of the log trait on Application to be a Logger instance named with self.__class__.__name__. I had to dig through the code to find the line where this default is set. Can we update the documentation here accordingly?
- Dominant language
- Python
- Stars
- 653
- Forks
- 217
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 2
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.
More from ipython/traitlets
-
Difficulty 1/5 1-3 hours Newbie friendliness 65/100
-
good first issue
Difficulty 1/5 Under an hour Newbie friendliness 85/100
-
documentation
Difficulty 1/5 Under an hour Newbie friendliness 65/100
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
All issues in ipython/traitlets
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100