macro_rules! init_test { () => { ... }; }
Initialize the logger for testing.
This logs to the stdout registered by the Rust test runner, and only captures logs from the calling crate.
relay_log::init_test!();