Glossary coding Term Page

Structured log

Logs written in a consistent format such as JSON so analysis tools can search and aggregat

structured-log #coding#fastapi
Korean version

Related Concepts

Core Idea

Structured log is Logs written in a consistent format such as JSON so analysis tools can search and aggregate them easily. It usually makes the most sense alongside OpenTelemetry, structlog, JSONResponse.

Why It Matters Here

Mathbong reuses this term across fastapi posts as shared vocabulary.

Posts Mentioning This Concept