1#[derive(Clone)] 2pub struct Log { 3 pub(super) path: String, 4 pub(super) limit_file_size: usize, 5}