增加日志

This commit is contained in:
lubeilin
2023-09-22 18:18:29 +08:00
parent d412a769dd
commit 16a37c713a
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -362,6 +362,7 @@ async fn main0(config: Config, show_cmd: bool) {
let vnt_c = vnt.clone();
tokio::spawn(async {
if let Err(e) = command::server::CommandServer::new().start(vnt_c).await {
log::warn!("cmd:{:?}", e);
println!("command error :{}", e);
}
});