增加日志
This commit is contained in:
@@ -46,7 +46,7 @@ public class Program
|
||||
config.UpdateActualPort(activePort); // 回填端口
|
||||
|
||||
// 具体的 gRPC 链接逻辑封装在 Bootstrapper 中,保持 Main 清爽但逻辑可见
|
||||
await Bootstrapper.RegisterToGatewayAsync(config, sysLog);
|
||||
await Bootstrapper.RegisterToGatewayAsync(config);
|
||||
|
||||
// =============================================================
|
||||
// 3. 构建 Web 主机环境
|
||||
|
||||
Reference in New Issue
Block a user