//! Logging initialization for vidya.
//!
//! Enabled with the `logging` feature. Uses the `VIDYA_LOG` environment
//! variable for filter configuration.
/// Initialise vidya logging with the `VIDYA_LOG` environment variable.
/// Falls back to `info` if not set. Safe to call multiple times.
/// Initialise with a custom default level.