mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-08 11:05:59 +08:00
remove logrus
This commit is contained in:
@@ -52,7 +52,6 @@ func run(port int) error {
|
||||
if err := client.RegisterConf2Registry(constant.OpenIMCommonConfigKey, buf.Bytes()); err != nil {
|
||||
return err
|
||||
}
|
||||
log.NewPrivateLog(constant.LogFileName)
|
||||
router := api.NewGinRouter(client, rdb)
|
||||
var address string
|
||||
if config.Config.Api.ListenIP != "" {
|
||||
|
||||
Reference in New Issue
Block a user