structlog: Minimales Beispiel

structlog_example.py
import structlog

logger = structlog.get_logger()

# Anwendungsbeispiel
logger.info("Test-Log")

Check out similar posts by category: Python