1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Cleanup loggers.

This commit is contained in:
Vladimir Mihailenco
2016-06-05 08:05:50 +00:00
parent c0622ff8dc
commit e9233d8d17
2 changed files with 3 additions and 12 deletions

View File

@ -8,8 +8,6 @@ import (
"gopkg.in/redis.v4/internal/pool"
)
var Logger *log.Logger
func SetLogger(logger *log.Logger) {
internal.Logger = logger
}