Getting Started
Get up and running with fapilog in minutes.
Getting Started
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
Installation - Get fapilog running in your project
Quickstart - Zero-config logging in 2 minutes
Hello World - Complete walkthrough with examples
Next Steps
After getting started, dive into:
Core Concepts - Understand how fapilog works
User Guide - Learn practical usage patterns
API Reference - Complete API documentation
Get logging in minutes, not hours.