//! Logging setup for the `tvc` binary.
use EnvFilter;
/// Initialize process-wide diagnostic logging.
///
/// Logging is disabled by default to keep normal CLI output unchanged. Set
/// `RUST_LOG`, for example `RUST_LOG=tvc=debug`, to enable structured debug
/// diagnostics on stderr.