Getting Started

Get up and running with fapilog in minutes.

Quick Start

Want to start logging immediately? Here’s the fastest path:

from fapilog import get_logger

# Zero-config logging - works out of the box
logger = get_logger()
logger.info("Hello, fapilog!")

That’s it! fapilog automatically:

  • Chooses the best output format for your environment

  • Sets up async processing

  • Handles context binding

  • Manages resources

What You’ll Learn

  1. Installation - Get fapilog running in your project

  2. Quickstart - Zero-config logging in 2 minutes

  3. Hello World - Complete walkthrough with examples

Next Steps

After getting started, dive into:


Get logging in minutes, not hours.