update logger

This commit is contained in:
白茶清欢 2022-07-15 00:51:09 +08:00
parent b387fa6b9a
commit cf7789b970
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ func (c *client) AddWithConfigFile(cfgFilePath string, logInstance *zap.Logger)
}
dbClient = &DBClient{
dbFlag: cfg.Flag,
loggerInstance: nil,
loggerInstance: logInstance,
master: nil,
slave: nil,
extraFieldList: nil,