mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 15:32:26 +08:00
修改日志模块
This commit is contained in:
@@ -19,7 +19,7 @@ import (
|
||||
func Run(ctx context.Context, configFile string) error {
|
||||
config.InitConfig(configFile)
|
||||
|
||||
logger.InitLogger("gate", config.CONF.Logger)
|
||||
logger.InitLogger("gate")
|
||||
logger.LOG.Info("gate start")
|
||||
|
||||
kcpEventInput := make(chan *net.KcpEvent)
|
||||
|
||||
Reference in New Issue
Block a user