mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 16:02:26 +08:00
修改日志模块
This commit is contained in:
@@ -18,7 +18,7 @@ import (
|
||||
func Run(ctx context.Context, configFile string) error {
|
||||
config.InitConfig(configFile)
|
||||
|
||||
logger.InitLogger("gm", config.CONF.Logger)
|
||||
logger.InitLogger("gm")
|
||||
logger.LOG.Info("gm start")
|
||||
|
||||
conn, err := nats.Connect(config.CONF.MQ.NatsUrl)
|
||||
|
||||
Reference in New Issue
Block a user