Logging code mess

This page summarizes the projects mentioned and recommended in the original post on /r/Python

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • boto3

    AWS SDK for Python

  • If you want to get a feel for what kind of logging and how much logging is done in projects, boto3 is a very widely used SDK created by Amazon: https://github.com/boto/boto3

  • Eliot

    Eliot: the logging system that tells you *why* it happened

  • Maybe something like eliot could work for you

  • 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.

    InfluxDB logo
  • PySnooper

    Never use print for debugging again

  • Definitely not for production, but for debugging (esp. in cases where interactive debugging doesn't work) I've found PySnooper very useful

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

  • Is adding logging to a library good design?

    2 projects | /r/Python | 20 Aug 2022
  • What was the most helpful resource that allowed you become a better coder?

    1 project | /r/learnpython | 5 Aug 2022
  • My bad projects

    2 projects | /r/Python | 2 Aug 2022
  • “I think the vast majority of developers still debug using print() statements”

    1 project | news.ycombinator.com | 4 Jun 2022
  • How to run a basic python script for reddit from your computer. | Announcing the r/ModGuide Scripts Library.

    3 projects | /r/modguide | 14 Jan 2022