Skip to content

Commit 8311525

Browse files
committed
Update readme.md
Added a bullet for "An Intro to Logging with Loguru." by Mike Driscoll
1 parent 45801f2 commit 8311525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ log("INFO", __file__, f"Using important_var: {important_var}")
3232
`logger = init_logging()`
3333
`logger.info('info testing message')`
3434
* See "[A Complete Guide to Logging in Python with Loguru](https://betterstack.com/community/guides/logging/loguru/)" for an excellent overview and a detailed example describing how to integrate it into a typical web application.
35+
* or see "[An Intro to Logging with Loguru](https://www.pythonpapers.com/p/an-intro-to-logging-with-loguru)" by Mike Driscoll for a useful quick summary with code examples.
3536
* [requestsDebugging](https://github.com/mccright/PythonLoggingExamples/blob/main/requestsDebugging/devClient.py): A useful approach to *requests* debug logging especially valuable when attempting to deal with a poorly documented or otherwise opaque API. This is well explained by Ben Hoey at [bhoey.com](https://bhoey.com/blog/better-debug-logging-for-the-python-requests-library/).
3637

3738
* The next...

0 commit comments

Comments
 (0)