1. 修改日志库,使用log代替println宏。

2. 处理调试错误
3. 修复server的ip绑定错误。绑定0.0.0.0解决。
This commit is contained in:
2024-08-04 18:02:54 +08:00
parent f92393ae35
commit e044ac77b0
5 changed files with 130 additions and 58 deletions

View File

@ -24,6 +24,8 @@ windows = "0.28"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
libc = "0.2"
log = "0.4"
env_logger = "0.8"
[build-dependencies]
tonic-build = "0.11"