Skip to content

Commit e49234d

Browse files
committed
Update readme.md
Added an essay "Python Logging - The Log Levels." By Mike Driscoll
1 parent 8311525 commit e49234d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ See some ideas at: [https://github.com/mccright/rand-notes/blob/master/Applicati
6666
* "How to Pickle and Unpickle Objects in Python." [https://stackabuse.com/how-to-pickle-and-unpickle-objects-in-python/](https://stackabuse.com/how-to-pickle-and-unpickle-objects-in-python/)
6767
* another example: https://github.com/timreibe/vaccipy/blob/master/tools/clog.py
6868
* Example github search for "log.py" files: ```path:/(^|\/)log\.py$/ language:Python```
69-
* Create another example -- using a configuration file like the example at [https://github.com/PublicDataLab/DataPortalExplorer/blob/master/logging.ini](https://github.com/PublicDataLab/DataPortalExplorer/blob/master/logging.ini)
69+
* Create another example -- using a configuration file like the example at [https://github.com/PublicDataLab/DataPortalExplorer/blob/master/logging.ini](https://github.com/PublicDataLab/DataPortalExplorer/blob/master/logging.ini)
70+
* "Python Logging - The Log Levels." By Mike Driscoll. Jun 12, 2024 [https://www.pythonpapers.com/p/python-logging-the-log-levels](https://www.pythonpapers.com/p/python-logging-the-log-levels)

0 commit comments

Comments
 (0)