Why this exists
OpenTelemetry installs easily for traces. Application logs only show up in Tracelit when your logger is bridged (or when a runtime agent captures it — e.g. the Java agent + Logback). These pages document the exact recipes we show in onboarding:- Set OTLP env vars toward Tracelit ingest
- Install the language SDK / agent
- Wire your framework
- Bridge your log library
- Emit an INFO log and an ERROR, then verify
Shared environment variables
deployment.environment values for backend services: local, development, production.