feat: 增加启动日志

This commit is contained in:
zhengkunwang223
2023-03-01 18:17:31 +08:00
committed by zhengkunwang223
parent c5dfb894ca
commit f7bd16076e
4 changed files with 4 additions and 1 deletions

View File

@@ -51,4 +51,5 @@ func Init() {
}
global.CACHE = badger_db.NewCacheDB(cache)
global.LOG.Info("init cache successfully")
}