//! Common logging functions
/// Setup logging of events reported by domain and the test suite.
///
/// Use the RUST_LOG environment variable to override the defaults.
///
/// E.g. To enable debug level logging:
///
/// ```bash
/// RUST_LOG=DEBUG
/// ```