Posts tagged with loguru


Loguru + Sentry — Powerful Error Monitoring in Python
05 May 2025 - 4 months ago

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.

Sending Logs Over the Network with Loguru
04 May 2025 - 4 months ago

Sending Logs Over the Network with Loguru

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

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

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

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

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

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.

Getting Serious with Loguru: Real-World Configuration
02 May 2025 - 4 months ago

Getting Serious with Loguru: Real-World Configuration

Now it's time to take logging seriously

Python logging made (stupidly) simple
01 May 2025 - 4 months ago

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.