mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
fix cron
This commit is contained in:
@@ -43,6 +43,7 @@ func run(port int) error {
|
||||
}
|
||||
fmt.Println("start api server, address: ", address, ", OpenIM version: ", config.Version)
|
||||
log2.Info(context.Background(), "start server success", "address", address, "version", config.Version)
|
||||
log.Info("s", "start server")
|
||||
err = router.Run(address)
|
||||
if err != nil {
|
||||
log.Error("", "api run failed ", address, err.Error())
|
||||
|
||||
Reference in New Issue
Block a user