//! Stderr logging via `tracing-subscriber`.
use io;
use crateCli;
use crateConfig;
/// Initialise the tracing subscriber, writing formatted logs to stderr.
///
/// The log level is taken from `--log-level` if supplied, then from the config
/// file, falling back to `INFO`.