Browse Source

关闭3合一推送日志打印

JiahengHe 1 year ago
parent
commit
b57ce54707
1 changed files with 1 additions and 1 deletions
  1. 1 1
      strategy/src/phemex_usdt_swap.rs

+ 1 - 1
strategy/src/phemex_usdt_swap.rs

@@ -108,7 +108,7 @@ async fn on_private_data(core_arc_clone: Arc<Mutex<Core>>,
     let target_symbol = run_symbol.replace("_", "").to_uppercase();
 
     if response.channel == "accounts_orders_positions" { // 订单频道
-        info!("3合一推送 {}", response.data);
+        // info!("3合一推送 {}", response.data);
         trace_stack.set_source("phemex_swap.orders".to_string());
         let accounts = response.data["accounts_p"].as_array().unwrap_or(&vec![]).clone();
         let positions = response.data["positions_p"].as_array().unwrap_or(&vec![]).clone();