Posts tagged with logging


Loguru + Sentry — Powerful Error Monitoring in Python

Loguru + Sentry — Powerful Error Monitoring in Python

In this post, you'll learn how to connect Loguru with Sentry for full visibility over your app's issues.

05 May 2025 - 5 months ago
Sending Logs Over the Network with Loguru

Sending Logs Over the Network with Loguru

Local log files are great, but what happens when you scale?

04 May 2025 - 5 months ago
In async apps (FastAPI, asyncio workers, etc.), logging can get tricky.

Async Logging with Loguru: How to Handle Concurrency Without Losing Logs

In async apps (FastAPI, asyncio workers, etc.), logging can get tricky.

03 May 2025 - 5 months ago
Structured Logging with Loguru: JSON for Observability Tools.

Structured Logging with Loguru: JSON for Observability Tools

When you're sending logs to ELK, Datadog, or any log aggregator, plain text isn't enough.

03 May 2025 - 5 months ago
Getting Serious with Loguru: Real-World Configuration

Getting Serious with Loguru: Real-World Configuration

Now it's time to take logging seriously

02 May 2025 - 5 months ago
Python logging made (stupidly) simple

Getting started with Loguru

In this post, I'll walk you through the basics of Loguru and how to use it to level up your logging game.

01 May 2025 - 5 months ago