use rolling_file::default; mod submod; fn main() { let _guard = default(false, false, tracing::Level::DEBUG); submod::do_record(); }