Python FastAPI: Implementing Non-Blocking Logging with Built-In QueueHandler and QueueListener Classes

This page summarizes the projects mentioned and recommended in the original post on dev.to

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • fastapi_learning

    Documentation of my FastAPI learning process.

    ⓵ The full content of the YAML configuration file, logger_config.yaml, is listed below:

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • www.yaml.org

    The yaml.org website

    I have used RotatingFileHandler for logging via an external YAML configuration file before. I appreciate this approach because we can adjust the logging by tweaking the configuration file without having to refactor the code. I would like to adopt the same approach for this implementation. We will first examine the YAML configuration file and then the associated Python code.

  • fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Building Easy Databases in FastAPI with PonyORM

    1 project | dev.to | 2 Jul 2024
  • How to Deploy your FastAPI Backend with PostgreSQL Database to Render

    1 project | dev.to | 19 Jun 2024
  • Super-charging Django: Tips & Tricks

    1 project | dev.to | 16 Jun 2024
  • Python FastAPI: Integrating OAuth2 Security with the Application's Own Authentication Process

    4 projects | dev.to | 13 May 2024
  • FastAPI Best Practices: A Condensed Guide with Examples

    1 project | dev.to | 30 Apr 2024