allow register mock

This commit is contained in:
Ming Deng
2021-04-14 23:13:11 +08:00
parent 641a791265
commit 452dae86be
5 changed files with 6 additions and 8 deletions

View File

@@ -521,7 +521,7 @@ func init() {
err := InitGlobalInstance("ini", "conf/app.conf")
if err != nil {
logs.Warn("init global config instance failed. If you donot use this, just ignore it. ", err)
logs.Debug("init global config instance failed. If you donot use this, just ignore it. ", err)
}
}