ObservabilityPython
Overview
Maxim logging is a distributed tracing system that enables real-time log monitoring in production environments.
Generate Maxim API key
Installing SDK
Initializing Maxim logger
Maxim config fields
Field | Type | Description |
---|---|---|
apiKey | str | Maxim API key |
baseUrl | str | Maxim API base URL (optional) |
debug | bool | Enable debug mode (optional, default is False ) |
raiseExceptions | bool | Raise exceptions (optional, default is False ) |
prompt_management | bool | Enable prompt management (optional, default is False ) |
cache | MaximCache | Custom cache implementation (optional) |
Logger config fields
Field | Type | Description |
---|---|---|
id | str | Log repository ID |