//! Telemetry initialization for the Unity Catalog server.
use ;
/// Initialize structured tracing for the server.
///
/// Reads the `RUST_LOG` environment variable for filter configuration.
/// Falls back to `info` level if unset.
///
/// Should be called once at process startup before any async tasks are spawned.