The Astro logo on a dark background with rainbow rays.

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.

The Astro logo on a dark background with rainbow rays.

Sending Logs Over the Network with Loguru

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

The word astro against an illustration of planets and stars.

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

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

The Astro logo on a dark background with rainbow rays.

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.

The Astro logo on a dark background with a purple gradient arc.

Getting Serious with Loguru: Real-World Configuration

Now it's time to take logging seriously

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.