Skip to content

Commit feafc3d

Browse files
committed
Update readme.md
Added a couple log references
1 parent 7548f90 commit feafc3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ See some ideas at: [https://github.com/mccright/rand-notes/blob/master/Applicati
6060
* "The Ins and Outs of Logging in Python, Part 1" [https://monadical.com/posts/ins-and-outs-of-logging-in-python-part-one.html#](https://monadical.com/posts/ins-and-outs-of-logging-in-python-part-one.html#)
6161
* "Logging practices I follow" [https://www.16elt.com/2023/01/06/logging-practices-I-follow/](https://www.16elt.com/2023/01/06/logging-practices-I-follow/)
6262
* "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/)
63+
* another example: https://github.com/timreibe/vaccipy/blob/master/tools/clog.py
64+
* Example github search for "log.py" files: ```path:/(^|\/)log\.py$/ language:Python```

0 commit comments

Comments
 (0)