Skip to content

Commit dc0a853

Browse files
author
chenjunliang
committed
log
1 parent 6f2d8c3 commit dc0a853

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/tasks.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ fn mysql_audit_log_rotate(sched: &mut JobScheduler, path: String, max_size: u32,
2626
let sv: Vec<&str> = origin_file_name.split(".").collect();
2727
let origin_name = sv[0];
2828
let origin_file_type = sv[1];
29-
log::info!("origin_name:{}", origin_name);
30-
3129
let parent_path = file_path.parent().unwrap();
32-
log::info!("parent_path:{}", parent_path.to_str().unwrap());
33-
3430
let local: DateTime<Local> = Local::now();
3531
let time_str = local.format("%Y%m%d%H%M%S").to_string();
3632
let new_file_name =

0 commit comments

Comments
 (0)