This video will demonstrate a logging setup for the FastAPI web framework in Python. It will cover basic config using Python's logging package, centralization of logs to Better Stack, and will show how you can write a middleware in FastAPI to log request/response information.
► RELATED GUIDES
10 Best Practices for Logging in Python:
https://betterstack.com/community/guides/logging/python/python-logging-best-practices/
Logging in Python: A Comparison of the Top 6 Libraries:
https://betterstack.com/community/guides/logging/best-python-logging-libraries/
► HACKING SCALE NEWSLETTER
https://newsletter.betterstack.com/
► READ MORE
More about Better Stack: https://betterstack.com/
Community pages: https://betterstack.com/community/
► STAY TUNED
GitHub: https://github.com/BetterStackHQ
Twitter: https://twitter.com/betterstackhq
LinkedIn: https://www.linkedin.com/company/betterstack
Instagram: https://www.instagram.com/betterstackhq/
TikTok: https://www.tiktok.com/@betterstack
📌 𝗖𝗵𝗮𝗽𝘁𝗲𝗿𝘀:
00:00 Intro and Setup
01:30 Creating FastAPI App
04:01 Adding logging to FastAPI
10:11 Adding Better Stack log handler
14:23 Log middleware in FastAPI
25:21 Calculating response processing time
#fastapi #logging #python #pythonprogramming