import { Code } from '@.../starlight/components';
import tracingSubscriber from '/../examples/src/tracing_subscriber.rs?raw'
Tracing in SlateDB#
SlateDB uses the tracing library for logging and diagnostics. This provides structured, contextual logging that helps debug and monitor your database operations.
Here's a basic example showing how to consume tracing logs with tracing_subscriber and SlateDB: