Skip to content

Commit 34f91f7

Browse files
committed
去掉错误的日志
1 parent 4acf0bf commit 34f91f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ fn worker_body(thread_id: usize, rx: Receiver<RowEvents>, mapping: &mut TableMet
596596
}
597597
let mut message = DmlMessage::from_dml(current_data, &mut meta);
598598
let json_str = message.format_json(&mut meta);
599-
info!("will sent:\n{}", &json_str);
599+
//info!("will sent:\n{}", &json_str);
600600
if ports.len() > 0 {
601601
for (mq_name, topic) in ports {
602602
let msg_qu = QueueMessage { topic, payload: json_str.clone(), pos };

0 commit comments

Comments
 (0)