better wording
This commit is contained in:
parent
d496d0cc4d
commit
cbb78b6a63
3 changed files with 7 additions and 6 deletions
|
@ -460,10 +460,10 @@ func newLogService() {
|
|||
func newCacheService() {
|
||||
CacheAdapter = Cfg.Section("cache").Key("ADAPTER").In("memory", []string{"memory", "redis", "memcache"})
|
||||
if EnableRedis {
|
||||
log.Info("Redis Enabled")
|
||||
log.Info("Redis Supported")
|
||||
}
|
||||
if EnableMemcache {
|
||||
log.Info("Memcache Enabled")
|
||||
log.Info("Memcache Supported")
|
||||
}
|
||||
|
||||
switch CacheAdapter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue