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