Skip to main content
Prefer a guided setup? In the Tracelit app, add a service and choose I’m an engineer (bash recipe) or I’m a vibe coder (explicit AI prompt). Both paths use language → framework → log library, then a live connection check for INFO and ERROR logs.

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:
  1. Set OTLP env vars toward Tracelit ingest
  2. Install the language SDK / agent
  3. Wire your framework
  4. Bridge your log library
  5. Emit an INFO log and an ERROR, then verify

Shared environment variables

Protocol must be http/protobuf. SDKs that default to gRPC will fail silently against Tracelit ingest.
Supported deployment.environment values for backend services: local, development, production.

Languages