# Options specific to testing only
{
    # No Logger output when testing
    modules_init => {
        Logger => {
            outputs => [],
        },
    },
}