mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-12 14:22:27 +08:00
修改日志模块
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
func Run(ctx context.Context, configFile string) error {
|
||||
config.InitConfig(configFile)
|
||||
|
||||
logger.InitLogger("dispatch", config.CONF.Logger)
|
||||
logger.InitLogger("dispatch")
|
||||
logger.LOG.Info("dispatch start")
|
||||
|
||||
db := dao.NewDao()
|
||||
|
||||
Reference in New Issue
Block a user