Browse Source

Log redis

pull/88/head
Ruben Cid 5 years ago
parent
commit
defa3485ac
  1. 2
      configure/channel.go

2
configure/channel.go

@ -38,7 +38,7 @@ func Init() { @@ -38,7 +38,7 @@ func Init() {
log.Panic("Redis: ", err)
}
log.Debug("Redis connected")
log.Info("Redis connected")
}
// set/reset a random key for channel

Loading…
Cancel
Save