From 71479150f30892b8fb202b23670be42a25769eef Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Thu, 2 Mar 2017 12:23:36 +0100 Subject: [PATCH] Use timbre directly --- project.clj | 1 + src/asciinema/yada.clj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index bf517c0..62eac59 100644 --- a/project.clj +++ b/project.clj @@ -16,6 +16,7 @@ [clj-aws-s3 "0.3.10" :exclusions [joda-time]] [cheshire "5.7.0"] [pandect "0.6.1"] + [com.taoensso/timbre "4.8.0"] [com.taoensso/carmine "2.15.1"] [org.slf4j/slf4j-nop "1.7.21"] [duct/hikaricp-component "0.1.0"] diff --git a/src/asciinema/yada.clj b/src/asciinema/yada.clj index 58baf6d..afea114 100644 --- a/src/asciinema/yada.clj +++ b/src/asciinema/yada.clj @@ -1,6 +1,6 @@ (ns asciinema.yada (:require [clojure.java.io :as io] - [clojure.tools.logging :as log] + [taoensso.timbre :as log] [yada.yada :as yada])) (def not-found-model