Minor improvements on logging.

This commit is contained in:
Andrey Antukh 2020-08-18 18:38:49 +02:00
parent 1118a995e2
commit 7dd9e8763b
3 changed files with 6 additions and 7 deletions

View file

@ -22,7 +22,6 @@
(defn- create-client
[config]
(let [uri (:redis-uri config "redis://redis/0")]
(log/info "creating redis client with" uri)
(redis/client uri)))
(defstate client