Skip to content

Commit a7ba26d

Browse files
authored
Update README.md with Python Logging resource
1 parent 21f5283 commit a7ba26d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,15 @@ directories to check:
136136
- [ppypa/pipenv][pipenv]: _Python Development Workflow for Humans._
137137
- [pre-commit][pre-commit]: _A framework for managing and maintaining
138138
multi-language pre-commit hooks._
139+
- [Logging][logging]: _Built-in Python logging module to implement a flexible logging system across shared modules._
139140

140141
[ccospyguide]: https://opensource.creativecommons.org/contributing-code/python-guidelines/
141142
[black]: https://github.com/psf/black
142143
[flake8]: https://github.com/PyCQA/flake8
143144
[isort]: https://pycqa.github.io/isort/
144145
[pipenv]: https://github.com/pypa/pipenv
145146
[pre-commit]: https://pre-commit.com/
147+
[logging]: https://docs.python.org/3/howto/logging.html
146148

147149

148150
### GitHub Actions

0 commit comments

Comments
 (0)