@@ -33,6 +33,7 @@ fn read_params() -> Params {
path = p[1];
}
+ info!("配置文件路径:{}", path);
let params = Params::new(path).unwrap();
return params;