mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 19:36:10 +02:00
✨ Minor improvements on logging.
This commit is contained in:
parent
1118a995e2
commit
7dd9e8763b
3 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue