use ;
/// Initialize the tracing subscriber with environment-based filtering
///
/// # Examples
///
/// ```
/// // Set RUST_LOG=lighter_rust=debug for debug logging
/// // Set RUST_LOG=lighter_rust=trace for trace logging
/// // Set RUST_LOG=warn for warnings only
///
/// lighter_rust::log::init_logging();
/// ```
/// Initialize logging with a custom filter